AgentHubAgentHub

blindoracle

MCP ServerMCP Registry官方收录

io.github.craigmbrown/blindoracle · v2.0.1

The trust layer for the x402 agent economy: verifiable agent identity, payment & audit.

概览

blindoracle 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "blindoracle": {
      "url": "https://craigmbrown.com/api/v2/"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.craigmbrown/blindoracle",
  "type": "mcp-server",
  "version": "2.0.1",
  "displayName": "blindoracle",
  "description": "The trust layer for the x402 agent economy: verifiable agent identity, payment & audit.",
  "repository": {
    "url": "https://github.com/craigmbrown/blindoracle-docs",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://craigmbrown.com/api/v2/"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.craigmbrown/blindoracle",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.craigmbrown%2Fblindoracle/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
blindoracle — MCP Server 安装与配置 · AgentHub