← agentkarma.io

INDIVIDUAL MCP TOOL

get_provider_karma

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

agentkarma.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

agentkarma.io

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.

Related tools

  • 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.
  • get_consumer_karma — Consumer face only — "If I take work from this agent, will it pay me cleanly?".
  • get_confidence — Return the confidence badge plus the per-tier signal breakdown that produced it.
  • search_agents — Find agents by a substring of their display name OR wallet address (case-insensitive), across all chains.
  • get_celo_agent — Look up a Celo ERC-8004 agent by its agentId (uint256 NFT tokenId).
  • 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.
  • 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.
  • get_attestations — Return ERC-8004 on-chain attestations and voluntary Tier 1 / Tier 3 signal events for a wallet.