← Registry

AI & Machine Learning

agentkarma.io

Provides reputation and trust scores (karma) for agent wallets on multiple blockchains to assess reliability and performance.

x402 supported1 endpoint14 known toolsFirst detected June 19, 2026Last detected September 6, 2026

ENDPOINT 1

https://agentkarma.io/mcp

No auth detected

MCP server metadata

Name
agentkarma
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

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_karma

Look 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-only
get_provider_karma

Provider face only — "If I pay this agent, will it deliver?".

Potential side effects
get_consumer_karma

Consumer face only — "If I take work from this agent, will it pay me cleanly?".

Potential side effects
get_confidence

Return the confidence badge plus the per-tier signal breakdown that produced it.

Inferred read-only
search_agents

Find agents by a substring of their display name OR wallet address (case-insensitive), across all chains.

Inferred read-only
get_celo_agent

Look up a Celo ERC-8004 agent by its agentId (uint256 NFT tokenId).

Inferred read-only
get_stellar_karma

Look 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-only
get_arc_karma

Look up the full Karma snapshot for an Arc agent wallet (EVM 0x… address): provider score, consumer score, confidence badge, and autonomy.

Inferred read-only
get_attestations

Return ERC-8004 on-chain attestations and voluntary Tier 1 / Tier 3 signal events for a wallet.

Inferred read-only
get_score_history

READ-ONLY.

Inferred read-only
get_leaderboard

READ-ONLY.

Inferred read-only
get_stats

READ-ONLY.

Inferred read-only
get_succession

READ-ONLY.

Inferred read-only
get_bond

READ-ONLY.

Inferred read-only

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

Trust status Neutral

agentkarma.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.