@agentkarma/mcp
OfficialClick 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., "@@agentkarma/mcpcheck the karma of agent 0x742d35Cc6634C0532925a3b844Bc9e7595f2bD18"
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.
@agentkarma/mcp
Turnkey MCP server for AgentKarma — the reputation layer for autonomous on-chain agents.
Expose AgentKarma's read surface (two-faced karma, ERC-8004 agents, succession/bond signals, and a local check_trust gate) to any MCP client — Claude Desktop, Cursor, Continue, …
Run it
npx @agentkarma/mcp # stdio (default) — for Claude Desktop / Cursor
npx @agentkarma/mcp --http --port 8787 # HTTP streamable endpoint at /mcpThat's the whole story — this package bundles @agentkarma/sdk and @modelcontextprotocol/sdk as regular dependencies, so there are no peer flags to remember.
Options
--http Serve over HTTP instead of stdio (default: stdio)
--port <n> HTTP port (default 8787)
--host <host> HTTP host (default 127.0.0.1)
--base-url <url> AgentKarma API base (default https://agentkarma.io;
also reads AGENTKARMA_BASE_URL)
-v, --version Print version
-h, --help Show helpThe HTTP server binds loopback (127.0.0.1) by default and enables DNS-rebinding
protection there. The endpoint is read-only and unauthenticated — binding a
non-loopback host (e.g. --host 0.0.0.0) exposes it to the network; put it behind
your own auth/proxy if you do.
Programmatic use
import { startStdioServer, startHttpServer, createAgentKarmaMcpServer } from '@agentkarma/mcp';
await startStdioServer(); // connect over stdio
const http = await startHttpServer({ port: 8787 }); // returns the http.ServerClaude Desktop / Cursor config
{
"mcpServers": {
"agentkarma": {
"command": "npx",
"args": ["-y", "@agentkarma/mcp"]
}
}
}Related MCP server: agentforge-trust-mcp
Tools (read-only)
get_karma · get_celo_agent · search_agents · get_agent_history · get_feedback_summary · get_succession · get_bond · get_surety · check_trust
Every tool is read-only and needs no keys. AgentKarma is non-routing — it answers the trust question; it never signs, executes, or proxies a call.
Under the hood
This is a thin launcher over @agentkarma/sdk/mcp. To embed the server in your own process, or to mount the framework-agnostic tool catalog (@agentkarma/sdk/tools) on an existing MCP server, use the SDK directly.
License
MIT
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
- AlicenseAqualityCmaintenanceMCP server for AgentFolio — the identity and reputation layer for AI agents. Query agent profiles, trust scores, verification status, and marketplace listings through 8 MCP tools.9971MIT
- AlicenseAqualityDmaintenanceMCP server exposing AgentForge Trust Score audit tools. Query trust, evaluate policies, list trusted servers, recommend with filter.4201MIT
- FlicenseAqualityDmaintenanceReputation and trust scoring service for AI agents, exposed as an MCP server. Evaluate counterparties, report interactions, issue portable trust certificates, and detect Sybil attacks.23
- AlicenseAqualityBmaintenanceAn MCP server that bridges ERC-8004 agent identity, reputation, and validation registries into tool calls, enabling discovery, inspection, and verification of on-chain AI agents from any MCP client.8MIT
Related MCP Connectors
Read-only Remote MCP for externally grounded AI agent trust receipts.
MEOK ABCI Bridge MCP — read-only Tendermint / Cosmos blockchain query for agents. Built-in registry
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
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/agentkarmaio/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server