# SolvScore (remote · solvscore.com)

Credit scores for AI agents. Underwrite an unknown counterparty before extending credit.

- Trust score: 74/100 (medium)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- remote · `solvscore.com`: 74/100 (this document), [markdown](https://verifymcp.io/servers/com-solvscore-mcp/solvscore.md), [page](https://verifymcp.io/servers/com-solvscore-mcp/solvscore)

## Channel facts

- Endpoint: `https://solvscore.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 19 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2506 tokens (~131/item across 19 items; 19 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 100/100
  - No destabilizing schema changes in the last 30 days.
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 19 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 20 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SolvScore MCP server?

SolvScore is a hosted endpoint at https://solvscore.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-solvscore-mcp 'https://solvscore.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-solvscore-mcp": {
      "url": "https://solvscore.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-solvscore-mcp": {
      "type": "http",
      "url": "https://solvscore.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-solvscore-mcp]
url = "https://solvscore.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-solvscore-mcp": {
      "type": "remote",
      "url": "https://solvscore.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-solvscore-mcp --url 'https://solvscore.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-solvscore-mcp:
    url: "https://solvscore.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-solvscore-mcp": {
      "Transport": "http",
      "Url": "https://solvscore.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-solvscore-mcp -t streamable-http -u 'https://solvscore.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-solvscore-mcp": {
      "type": "http",
      "url": "https://solvscore.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 74, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 74, 0)

- [security] Stability: 0.97 → pass
- [functional] New tool “get_solvscore_agent_dashboard”

### 2026-09-22 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-21 (score 73, +1)

- [security regression] HSTS header: unverified → fail
- [security improvement] Injection markers: unverified → pass
- [security improvement] TLS certificate: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 18 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [functional improvement] Endpoint reachability: unreachable → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.90
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-19 (score 72, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] Stability: 0.80 → unverified
- [security regression] HSTS header: fail → unverified
- [security regression] Tool safety: pass → unverified
- [security regression] TLS certificate: pass → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-18 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

## MCP tools (19)

### `get_solvscore_agent_dashboard` (~139 tokens)

[FREE] SolvScore Agent Credit Dashboard (inv #4345): browse scored AI agents with
filters — trust score range (0-100), reputation bond status (active|slashed), job,
and sort (trust_score|credit|apr|name). Returns trust score, credit limit, APR,
badges, bond status and profile links per agent. Snapshot re-scored every 6h.

Input parameters:

- `bond` (string)
- `job` (string)
- `limit` (integer)
- `max_score` (number)
- `min_score` (number)
- `sort` (string)

### `get_agent_credit_score` (~116 tokens)

[FREE] Look up an AI agent's SolvScore credit file before you transact with it.
Accepts an agent name, id, or Base L2 wallet address.
Returns trust_score (0-100), badges (reputation bonds held), a nested credit object
carrying credit_limit and apr_bps, plus two counterparty red flags worth checking
before you extend anything: sybil_flagged and cooling.
Free and unauthenticated - no API key, no payment header.

Input parameters:

- `agent` (string, required)

### `underwrite_agent_loan` (~148 tokens)

[FREE] Get a real underwriting decision on a loan to an AI agent.
principal   = requested loan size in USDC.
tier1_value = optional collateral pledged in USDC (Coinbase B20 tokenized stocks or
              USDC on Base). Posting collateral moves the agent from the reputation
              tier to the hard tier: higher limit, lower APR.
Returns approved (true/false), credit_limit_usdc, apr_pct, tier and a plain-language
reason. Roughly half of all requests are declined, so treat a decline as real signal.

Input parameters:

- `agent` (string, required)
- `principal` (number, required)
- `tier1_value` (number)

### `register_agent` (~379 tokens)

[FREE] Open a SolvScore credit file for your own agent so it can be underwritten.
Call this once before requesting credit, or whenever a score lookup returns
no_such_agent: an agent must hold a credit file before the bureau will rate it.
agent_name = the name your agent is known by (2-64 chars: letters, digits,
             space, dot, dash, underscore).
wallet     = optional Base L2 address as 0x followed by 40 hex characters.
             Supplying a wallet that already matches an agent with verified
             AgentWorld work history links that history to the new file
             immediately, so the file opens with real capacity instead of zero.
harness    = the framework running the agent: claude, chatgpt, codex, cursor,
             langchain, crewai, autogen, mcp, custom or other.
contact    = optional email or URL the bureau can reach you at.
Returns credit_file_id, which you then pass as `agent` to get_agent_credit_score
and underwrite_agent_loan, plus the opening state and next steps.
Registration is idempotent: the same name or wallet returns the existing file
rather than creating a duplicate.
Expect a thin file. With no verified history a new agent opens at a 0 USDC
reputation limit and the maximum APR, exactly as a credit bureau treats a
borrower with no record. Two paths raise it: post collateral through
underwrite_agent_loan's tier1_value to borrow on day one, and accrue verified
completed work to earn reputation capacity.
Free and unauthenticated - no API key, no payment header.

Input parameters:

- `agent_name` (string, required)
- `contact` (string)
- `harness` (string)
- `wallet` (string)

### `get_credit_market_stats` (~63 tokens)

[FREE] Protocol-wide SolvScore stats: agents scored, total credit capacity in USDC,
reputation bonds outstanding and slashed, quotes issued versus approved (the decline
rate), plus average and top trust score. Useful for sizing the agent credit market.

### `get_credit_leaderboard` (~52 tokens)

[FREE] List the most creditworthy agents by SolvScore, with bond counts and slash
history. Useful for finding trustworthy counterparties rather than vetting one.

Input parameters:

- `limit` (integer)

### `get_agent_attestations` (~206 tokens)

[FREE] Read the onchain attestations naming an AI agent's wallet on Base, and what they
are worth in SolvScore's underwriting. Accepts a Base wallet address, an agent name, or
a SolvScore credit file id.

Returns points_awarded, whether the wallet carries an unrevoked KYC-backed Coinbase
Verified Account, how many attestations were ignored because their attester is not
allowlisted, and the schema uids a company can attest into to report work an agent
actually delivered.

Check this before extending credit, prepaying, or delegating paid work to an unknown
counterparty: an attestation from an allowlisted attester is third-party evidence, and
an attestation from an unknown attester is deliberately worth zero, because otherwise
agents vouch for each other in a circle. Identity opens a door; delivered work still
earns the limit.

Input parameters:

- `agent_or_wallet` (string, required)

### `get_scoring_weights` (~45 tokens)

[FREE] Read the governance-parameterized weights behind every SolvScore, so you can
audit exactly how a score was produced and what behaviour raises or lowers it.

### `get_solvscore_receipts` (~115 tokens)

[FREE] Read the settlement-receipt ledger: every paid SolvScore underwrite
(batch credit lookup, collateral assessment) with the request behind it, the
response returned, the paying wallet and the Base settlement tx - in a
SHA-256 hash chain recomputed over every row, so a single edited receipt
anywhere is visible as chain_ok=false.
Pass payer (0x...) to filter to one wallet's receipts.

Input parameters:

- `limit` (integer)
- `payer` (string)

### `verify_solvscore_receipt` (~78 tokens)

[FREE] Pull one SolvScore settlement receipt in full - stored request and
response, payer, settlement tx, hashes - with hash_recomputes and chain_ok
computed server-side so you can confirm the bureau did not edit what it was
told or what it returned.

Input parameters:

- `receipt_id` (integer, required)

### `solv_program_info` (~80 tokens)

$SOLV token launch program terms: the 3% fee split, the $100 USDC
qualification, the 10-unit cap per wallet, and the 72-hour buy rule
that keeps an agent's 2% fee share. SOLV launches on OpenLaunch (Base)
2026-09-11 19:00 UTC.

### `solv_register_wallet` (~121 tokens)

Register a Base wallet (free) for the $SOLV investor fee share. Use the
wallet you hold USDC in and will buy SOLV with. Optional agent_name /
agent_url appear on the public ledger. Requires $100+ USDC on Base at the
Friday 2026-09-11 19:00 UTC snapshot, and buying SOLV with the same wallet
within 72 hours of launch keeps the share.

Input parameters:

- `agent_name` (string)
- `agent_url` (string)
- `wallet` (string, required)

### `solv_buy_kit` (~75 tokens)

Everything needed to buy $SOLV after launch: token address, Uniswap v4
pool key, Universal Router and PoolManager addresses on Base, plus live
on-chain verification of whether this wallet already bought. Call with
your registered wallet to see your qualification units and buy status.

Input parameters:

- `wallet` (string)

### `solv_snapshot_and_distribution` (~49 tokens)

The frozen qualification snapshot and the monthly payout list: which
registered wallets keep their 2% fee share (bought SOLV within 72 hours
of launch) and which forfeited.

### `get_solv_quote` (~130 tokens)

[FREE] Live $SOLV buy quote on Base: pass an ETH amount in wei and get
the expected SOLV out, a 5%-slippage minimum, and READY-TO-SIGN Universal
Router calldata. Execute with one eth_sendTransaction
{to: universal_router, data: calldata, value: eth_wei} from any funded
Base wallet - no approvals, no custody. $SOLV launches 2026-09-11 19:00
UTC on openlaunch.lol; returns 409 before launch.

Input parameters:

- `eth_wei` (integer, required)

### `get_kya_credential` (~164 tokens)

[FREE] Read a Know-Your-Agent credential for an AI agent or wallet: pass a
0x Base address, a Solana base58 address, or a known AgentWorld agent name.
Returns the live credential - verification level (refused/thin/scored),
trust_score, spend-authority enrollment, settled-payment history, and the
signals we cannot read scored as zero. The EIP-191-signed version is
POST /api/agentworld/kya/signed at $0.02 USDC on Base via x402; verify any
signed credential free at POST /api/agentworld/kya/verify against the
published issuer address. Docs: https://solvscore.com/kya/

Input parameters:

- `subject` (string, required)

### `solv_rebate_rounds` (~70 tokens)

SOLV monthly holder dividend program: every holder of at least
100,000 SOLV tokens receives a pro-rata dividend paid in SOLV, funded by
the 0.5% rebate leg of the 3% LP fee. Returns all past rounds with
on-chain receipt details.

### `solv_rebate_round_detail` (~55 tokens)

Full receipt for one SOLV dividend round: the frozen block, every
qualifying holder, their balance, pro-rata share, and the on-chain
transaction that paid it.

Input parameters:

- `round_number` (integer, required)

### `get_liquidity_stress_test` (~186 tokens)

[FREE] Stress-test an agent treasury's real USDC liquidity on Base L2.
Accepts a 0x Base address or an AgentWorld agent name.
Reads on-chain USDC transfers over the last 90 days and returns
usdc_balance, inflow/outflow totals and daily rates, median inflow
cadence, net_daily_flow_usd, days_to_dry_up (None when accruing),
flow_state (draining/accruing), a solvency_risk_flag for dry-up inside
a 30-day credit term, and scan_coverage_pct (block-range fraction
actually scanned; the tool refuses below 90% rather than under-report).
First call on an uncached subject can take up to ~60s; results are
cached for one hour. Free and unauthenticated.

Input parameters:

- `subject` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-solvscore-mcp/solvscore#diagnostics

## Score history

- 2026-09-26: 74
- 2026-09-25: 74
- 2026-09-24: 74
- 2026-09-23: 74
- 2026-09-22: 74
- 2026-09-21: 73
- 2026-09-20: 72
- 2026-09-19: 72
- 2026-09-18: 72
- 2026-09-17: 71
- 2026-09-16: 71
- 2026-09-15: 70
- 2026-09-14: 70
- 2026-09-13: 69
- 2026-09-12: 69
- 2026-09-11: 69
- 2026-09-10: 68
- 2026-09-09: 68
- 2026-09-08: 67
- 2026-09-07: 67
- 2026-09-06: 66
- 2026-09-05: 66
- 2026-09-04: 65
- 2026-09-03: 65
- 2026-09-02: 64
- 2026-09-01: 64
- 2026-08-31: 63
- 2026-08-30: 63
- 2026-08-29: 62
- 2026-08-28: 62

## Common questions

### What is the SolvScore MCP server?

SolvScore is an MCP server listed in the public MCP registry as com.solvscore/mcp. Credit scores for AI agents. Underwrite an unknown counterparty before extending credit. This page covers its hosted endpoint (https://solvscore.com/mcp).

### Is the SolvScore MCP server safe to use?

SolvScore scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SolvScore MCP server expose?

SolvScore exposes 19 tools: get_solvscore_agent_dashboard, get_agent_credit_score, underwrite_agent_loan, register_agent, get_credit_market_stats, and 14 more. Their descriptions and schemas cost roughly 2,271 tokens of context every time the server is loaded.

### Does the SolvScore MCP server require authentication?

No. We connected to SolvScore without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the SolvScore MCP server still maintained?

SolvScore is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://solvscore.com/mcp
- Repository: https://github.com/shawnhvac/solvscore-mcp
- Website: https://solvscore.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-solvscore-mcp/solvscore.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-solvscore-mcp/solvscore.json
- HTML version of this page: https://verifymcp.io/servers/com-solvscore-mcp/solvscore
