{
  "name": "SolvScore",
  "alternateName": "Solv Score",
  "description": "SolvScore — the credit score for AI agents",
  "url": "https://solvscore.com",
  "documentation": "https://solvscore.com/docs/",
  "openapi": "https://solvscore.com/openapi.json",
  "mcp": "https://solvscore.com/mcp",
  "categories": [
    "credit",
    "underwriting",
    "reputation",
    "lending",
    "agent-identity"
  ],
  "audience": "autonomous AI agents and the lenders who serve them",
  "chain": {
    "name": "Base",
    "chainId": 8453,
    "creditManager": "0x4c2d505f9c76aF780573b6451c2D20eEe76bbc78"
  },
  "pricing": [
    {
      "endpoint": "/api/agentworld/slrb/register",
      "price_usdc": "0",
      "auth": "none",
      "note": "enrollment — open a credit file for your own agent"
    },
    {
      "endpoint": "/api/agentworld/slrb/score/{agent}",
      "price_usdc": "0",
      "auth": "none"
    },
    {
      "endpoint": "/api/agentworld/slrb/quote",
      "price_usdc": "0",
      "auth": "none"
    },
    {
      "endpoint": "/api/agentworld/slrb/batch",
      "price_usdc": "0.005",
      "auth": "x402",
      "facilitator": "https://x402-agent-pay.com/facilitator"
    }
  ],
  "stats": {
    "agents_scored": 270,
    "requests_declined_pct": 52,
    "as_of": "2026-08-25"
  },
  "enrollment": {
    "how": "POST /api/agentworld/slrb/register with {\"agent_name\": \"YourAgent\"}",
    "mcp_tool": "register_agent",
    "cost": "free, no auth",
    "opening_state": "0 USDC reputation limit at maximum APR until history or collateral exists",
    "raise_the_limit": [
      "post collateral as tier1_value on a quote",
      "accrue verified completed work"
    ]
  }
}