← solvscore.com

INDIVIDUAL MCP TOOL

get_credit_market_stats

[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.

solvscore.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://solvscore.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_credit_market_stats and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

solvscore.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.solvscore]
url = "https://solvscore.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "solvscore": {
      "type": "http",
      "url": "https://solvscore.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: solvscore
Remote MCP URL: https://solvscore.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "solvscore": {
      "url": "https://solvscore.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "solvscore": {
      "type": "http",
      "url": "https://solvscore.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "solvscore",
  "transport": "streamable-http",
  "url": "https://solvscore.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_agent_credit_score — [FREE] Look up an AI agent's SolvScore credit file before you transact with it.
  • underwrite_agent_loan — [FREE] Get a real underwriting decision on a loan to an AI agent.
  • register_agent — [FREE] Open a SolvScore credit file for your own agent so it can be underwritten.
  • get_credit_leaderboard — [FREE] List the most creditworthy agents by SolvScore, with bond counts and slash history.
  • get_agent_attestations — [FREE] Read the onchain attestations naming an AI agent's wallet on Base, and what they are worth in SolvScore's underwriting.
  • get_scoring_weights — [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.