Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hati-earth]
url = "https://hati.earth/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hati-earth": {
"type": "http",
"url": "https://hati.earth/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hati-earth
Remote MCP URL: https://hati.earth/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hati-earth": {
"url": "https://hati.earth/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hati-earth": {
"type": "http",
"url": "https://hati.earth/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hati-earth",
"transport": "streamable-http",
"url": "https://hati.earth/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Search public Coherence Network ideas and specs.fetch— Fetch one public Coherence Network search result by id.browse_ideas— Browse the idea portfolio sorted by value.get_idea— Get a single idea by ID with full details including questions and stage.browse_specs— Browse the spec registry.get_strategies— Get active strategy broadcasts from the federation network.get_provider_stats— Get provider success rates and selection probabilities from Thompson Sampling.list_open_changes— List pending governance change requests awaiting votes.