PluginBench
MCP Server
Active

AIノアカリ☆ Agent Trust Receipt MCP Server

ai.ai-akari/agent-trust-receipt

What is the AIノアカリ☆ Agent Trust Receipt MCP server?

Read-only Remote MCP for externally grounded AI agent trust receipts.

How to install AIノアカリ☆ Agent Trust Receipt

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-trust-receipt": {
      "url": "https://ai-akari.ai/mcp-trust"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-trust-receipt": {
      "serverUrl": "https://ai-akari.ai/mcp-trust"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-trust-receipt": {
      "type": "http",
      "url": "https://ai-akari.ai/mcp-trust"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agent-trust-receipt": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ai-akari.ai/mcp-trust"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http agent-trust-receipt https://ai-akari.ai/mcp-trust

Related MCP servers

A free one-minute reset for people, delivered by AI, with no account or personal data.

View repository →