MCP Directory

JhiNResH/maiat-protocol

GitHub
Productivity

Trust infrastructure for the agent economy. 4 tools: agent trust scores (18K+ agents indexed), token rug pull forensics, outcome reporting for oracle feedback loop, and Scarab reputation points. Hosted MCP at `https://app.maiat.io/api/mcp`.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y maiat-protocol

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from JhiNResH/maiat-protocol your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "maiat-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "maiat-protocol"
      ]
    }
  }
}

Route JhiNResH/maiat-protocol intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add maiat-protocol

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use JhiNResH/maiat-protocol directly without routing

npx -y maiat-protocol

New to Agent-CoreX? View setup guide →

JhiNResH/maiat-protocol MCP Server — Agent-CoreX