io.github.russellshen1992/2o✓
io.github.russellshen1992/2o · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.russellshen1992/2o",
"description": "Human intelligence API — AI agents verify facts with human domain experts via MCP",
"repository": {
"url": "https://github.com/russellshen1992/2o",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@russellshen1992/2o-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
}
}
],
"remotes": [
{
"type": "sse",
"url": "https://www.2oapi.xyz/api/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}