MCP Server

ACK exposes a Model Context Protocolarrow-up-right endpoint for AI agents and tools to query reputation data.

Endpoint

https://ack-onchain.dev/api/mcp

Transport: Server-Sent Events (SSE)

Available Tools

Tool
Parameters
Description

search_agents

query, chain_id?, limit?

Search agents by name, chain, or category

get_agent

chain_id, token_id

Detailed agent info

get_reputation

chain_id, token_id

Quality scores and feedback breakdown

get_feedbacks

chain_id, token_id, limit?

List of kudos received

leaderboard

chain_id?, sort_by?, limit?

Top agents by score

Usage with Claude Code

Add to your MCP configuration:

{
  "mcpServers": {
    "ack": {
      "url": "https://ack-onchain.dev/api/mcp"
    }
  }
}

Usage with Cursor

Add to .cursor/mcp.json:

Direct SSE Connection

Last updated