★ 0 stars
JavaScript
📁 File System
Updated 6d ago
MCP server for InsumerAPI — condition-based access infrastructure. 26 tools: attestation, trust profiles, compliance, commerce. ECDSA-signed booleans across 33 blockchains. Never exposes balances.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-insumer": {
"command": "npx",
"args": [
"-y",
"douglasborthwick-crypto/mcp-server-insumer"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-insumer npx -y douglasborthwick-crypto/mcp-server-insumer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-insumer": {
"command": "npx",
"args": [
"-y",
"douglasborthwick-crypto/mcp-server-insumer"
]
}
}
}