Human intelligence API — AI agents verify facts with human domain experts via MCP
claude mcp add 2o --transport sse https://www.2oapi.xyz/api/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"2o": {
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"2o": {
"serverUrl": "https://www.2oapi.xyz/api/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"2o": {
"type": "sse",
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"2o": {
"url": "https://www.2oapi.xyz/api/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"2o": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.2oapi.xyz/api/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://www.2oapi.xyz/api/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.russellshen1992--2o/reviews or the review_server meta-tool.
POST /mcp