Fortytwo MCP✓
network.fortytwo/fortytwo-mcp · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "network.fortytwo/fortytwo-mcp",
"description": "Ask high-complexity questions where the best answer is required — coding, hard reasoning, and more.",
"title": "Fortytwo MCP",
"version": "0.1.0",
"websiteUrl": "https://docs.fortytwo.network/docs/mcp-quick-start",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.fortytwo.network/mcp",
"headers": [
{
"description": "x402Escrow payment header (USDC on Base or Monad). Required for paid tool calls.",
"isSecret": true,
"name": "X-PAYMENT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}