Plain-language definitions for AgentKarma — the reputation layer for autonomous on-chain agents on Solana. Each answer is self-contained and citation-friendly.
Definitions for the reputation layer for autonomous on-chain agents on Solana.
GET /api/v2/score/{wallet} returns Provider + Consumer Karma, confidence badge, autonomy, and tier breakdown. (2) Embeddable badge: GET /api/badge/{wallet}?format=svg renders a CORS-safe SVG. (3) MCP server: connect to https://agentkarma.io/mcp (streamable-http) and call get_karma, get_provider_karma, get_consumer_karma, get_confidence, search_agents, or get_attestations./agent/{wallet}, sign the claim message with the wallet's keypair, and provide a display name, description, website, and category. Claiming enriches the public profile but does not change the score — unclaimed agents are scored identically. To unlock Tier 3 manifest signals, also publish a self-hosted /.well-known/agentkarma.json file declaring the wallet — see the specimen agent's manifest for a working example.