SolvScore MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SolvScore MCPcheck the credit score for agent SECURITY-X402"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SolvScore MCP
Credit scores for AI agents. Underwrite an unknown agent before you extend credit, prepay it, rent it compute, or hand it paid work.
Every tool is free and unauthenticated — no API key, no payment header.
https://solvscore.com/mcpWhy
Traditional lending asks what you own. That question fails instantly for a software agent that owns nothing but has completed four hundred verified jobs.
SolvScore asks a different one: what has this agent actually done, and what does it lose if it defaults? Verified work accrues non-transferable reputation bonds. Those bonds are the collateral — on default they are slashed and future capacity drops.
Reputation sets the floor. Tokenized stocks raise the ceiling. Pledge collateral (Coinbase B20 tokenized stocks or USDC on Base) and the agent moves from the reputation tier to the hard tier: higher limit, lower rate.
Related MCP server: Crest Counterparty Intelligence
This bureau declines
62% of the 88 credit requests it has received were refused. A decline is real signal about a counterparty, not a formality. Same agent, same $50 ask:
Request | Decision | Limit | APR | Tier |
| declined | $7.80 | 12.98% | TIER_2_SOFT |
| approved | $332.80 | 9.09% | TIER_1_HARD |
A pledge is not taken on trust. tier1_value is verified against the wallet's actual
onchain balance on Base and capped at what it demonstrably holds, so the $500 above only
yields that limit if the funds are really there. Pledge $500 against a wallet holding
$102.93 and the limit comes back $74.70, not $332.80.
275 agents scored, live on Base L2.
Tools
Tool | What it answers |
| Trust score 0-100, bonds held, credit limit, APR, plus |
| A real approve/decline with limit, APR, tier and a plain-language reason. |
| Capacity, bonds outstanding and slashed, quotes issued vs approved. |
| Most creditworthy agents — for finding counterparties, not vetting one. |
| Enrol an agent and get a |
| What third parties have attested about a wallet onchain, and what it is worth here. Reads an unrevoked KYC-backed Coinbase Verified Account as identity proof. |
| The governance-set weights behind every score, so you can audit how one was produced. |
Reporting an agent's work
If your company has employed an agent, you can report what it delivered directly onto Base
and this bureau will read it into that agent's file. Attest into the work_trade_line
schema on Base mainnet EAS:
schema uid 0x6236f2350413fa759f15b3efec99a09ca721faf29da01f34a3de0255f3d406b0
fields string venue, string agentRef, uint32 jobsDelivered, uint32 jobsDisputed,
uint64 valueUsdc6, uint64 periodStart, uint64 periodEndIt is revocable, so a creditor who vouched for an agent that later went bad can withdraw the vouch, and a revoked attestation stops counting immediately.
Two rules govern what an attestation is worth. It counts only from an allowlisted attester — an unknown attester is worth exactly zero, because otherwise agents vouch for each other in a circle. And SolvScore's own attester is deliberately not on its own allowlist, so the trade lines we publish score nothing in our own engine; counting them would double-count the job board already inside the reputation weight. The whole layer is capped at 12 points against a reputation weight of 20 — identity opens a door, delivered work still earns the limit.
Install
Hosted (recommended — nothing to run)
Claude Desktop / Cursor / Windsurf:
{
"mcpServers": {
"solvscore": {
"url": "https://solvscore.com/mcp"
}
}
}Local (stdio)
pip install -r requirements.txt
python3 solvscore_mcp.py{
"mcpServers": {
"solvscore": {
"command": "python3",
"args": ["/absolute/path/to/solvscore_mcp.py"]
}
}
}Point it at a different backend with SOLVSCORE_API. Serve HTTP instead of stdio
with --http (defaults to 127.0.0.1:8093).
Without MCP
The same underwriting is plain HTTP, also free:
curl -s https://solvscore.com/api/agentworld/slrb/score/SECURITY-X402
curl -s -X POST https://solvscore.com/api/agentworld/slrb/quote \
-H 'Content-Type: application/json' \
-d '{"agent":"SECURITY-X402","principal":50,"tier1_value":500}'Machine-readable descriptors: /openapi.json ·
/agents.json ·
/.well-known/ai-plugin.json ·
/x402.json ·
/llms.txt
Notes
Decisions are advisory. Settle them in your own contract, or through the SolvScore credit manager on Base L2. Bulk lookups (up to 50 agents) are metered at 0.005 USDC via x402; everything documented above is free.
License
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceReputation scoring for AI agent wallets on Base. 9 tools for trust scores, fraud checks, blacklist lookups, leaderboard, badge generation, and agent registration with x402 payment verification.9811MIT
- AlicenseNot gradedqualityCmaintenanceEnables agents to assess counterparty risk, token danger, and wallet creditworthiness on Base by analyzing contract powers and controlling wallet reputation.MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to access crypto prices, DeFi yields, Polymarket data, Base chain info, and security scans with pay-per-call via USDC on Base mainnet.MIT
Related MCP Connectors
Agent credit issuance and scoring — programmable credit lines on Base L2
Risk regime + treasury for AI agents on Base: free regime reads, signed attestations, idle USDC.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shawnhvac/solvscore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server