io.tkllabs.bh.mcp-servers/ipfs-toolkit✓
io.tkllabs.bh.mcp-servers/ipfs-toolkit · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.tkllabs.bh.mcp-servers/ipfs-toolkit",
"description": "Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows",
"repository": {
"url": "https://github.com/teckel-mcp-servers/ipfs-toolkit",
"source": "github"
},
"version": "1.0.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp",
"headers": [
{
"description": "API key for authentication as Bearer token",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "sse",
"url": "https://mcp-servers.bh.tkllabs.io:9780/ipfs-sse",
"headers": [
{
"description": "API key for authentication as Bearer token",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}