Connect your AI agents and MCP-compatible tools directly to Unblind to analyze blockchain transactions and signed messages in natural language.
The Unblind MCP server exposes two tools that mirror our public REST API:
When you integrate Unblind via MCP, you typically point your client to:
MCP server name: unblind-mcp-server
Transport: HTTP (streamable)
Endpoint (example): https://api.unblind.app/mcp
Auth header: x-api-key: <YOUR_API_KEY>
We publish a machine-readable skill specification that describes the MCP server, tools, parameters, and example payloads. Agent platforms can fetch and parse this document to integrate Unblind automatically.
A typical MCP-aware client (for example an LLM platform or agent framework) can be configured like this:
{
"mcpServers": {
"unblind-mcp-server": {
"type": "http",
"url": "https://api.unblind.app/mcp",
"headers": {
"x-api-key": "<YOUR_API_KEY>"
}
}
}
}If you are building wallets, agents, or security tooling and want to integrate Unblind via MCP, we can help with keys, rate limits, and best practices.