AI & Machine Learning
agentkarma.io
Provides reputation and trust scores (karma) for agent wallets on multiple blockchains to assess reliability and performance.
ENDPOINT 1
https://agentkarma.io/mcp
MCP server metadata
- Name
- agentkarma
- Version
- 0.1.0
AgentKarma is the reputation layer for autonomous on-chain agents on Solana. Use these tools to look up trust signals BEFORE paying or delegating to a wallet — every response carries two-faced karma (provider + consumer) and a confidence badge (receipt-backed / behavior-inferred / declared). AgentKarma does not proxy paid calls. For payment, use pay.sh.
Known tools 14
get_karmaLook up the full Karma snapshot for ANY agent wallet — Solana, Stellar, Celo, or Arc — by address: provider score, consumer score, confidence badge, and autonomy.
Inferred read-onlyget_provider_karmaProvider face only — "If I pay this agent, will it deliver?".
Potential side effectsget_consumer_karmaConsumer face only — "If I take work from this agent, will it pay me cleanly?".
Potential side effectsget_confidenceReturn the confidence badge plus the per-tier signal breakdown that produced it.
Inferred read-onlysearch_agentsFind agents by a substring of their display name OR wallet address (case-insensitive), across all chains.
Inferred read-onlyget_stellar_karmaLook up the full Karma snapshot for a Stellar agent wallet (G… StrKey address): provider score, consumer score, confidence badge, autonomy, plus the on-chain ERC-8004 attestation value read from the Soroban ReputationRegistry.
Inferred read-onlyget_arc_karmaLook up the full Karma snapshot for an Arc agent wallet (EVM 0x… address): provider score, consumer score, confidence badge, and autonomy.
Inferred read-onlyget_attestationsReturn ERC-8004 on-chain attestations and voluntary Tier 1 / Tier 3 signal events for a wallet.
Inferred read-onlyCONNECT 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.agentkarma]
url = "https://agentkarma.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentkarma": {
"type": "http",
"url": "https://agentkarma.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentkarma
Remote MCP URL: https://agentkarma.io/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": {
"agentkarma": {
"url": "https://agentkarma.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentkarma": {
"type": "http",
"url": "https://agentkarma.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentkarma",
"transport": "streamable-http",
"url": "https://agentkarma.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentkarma.io was fetched 2026-08-26T08:13:06.413Z.
agentkarma.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.