General Tools
conspira.fi
Provides access to an intelligence graph for searching and retrieving entities, convictions, and thoughts.
ENDPOINT 1
https://conspira.fi/mcp
MCP server metadata
- Name
- Agent Mock
- Version
- 1.0.0
Use Mock's intelligence graph: search with `search`, then drill down with `get_conviction`, `get_entity`, or `get_article`. Live state via `get_mood` and `list_recent_thoughts`. Read-only.
Known tools 10
list_top_entitiesList the top-mentioned canonical entities Mock has tracked, optionally filtered by type.
Inferred read-onlyget_knowledge_graphTraverse Mock's typed knowledge graph from a center knowledge-entry id, returning a small BFS subgraph (depth 1-3).
Inferred read-onlyCONNECT 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.agent-mock]
url = "https://conspira.fi/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-mock": {
"type": "http",
"url": "https://conspira.fi/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-mock
Remote MCP URL: https://conspira.fi/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": {
"agent-mock": {
"url": "https://conspira.fi/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-mock": {
"type": "http",
"url": "https://conspira.fi/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-mock",
"transport": "streamable-http",
"url": "https://conspira.fi/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for conspira.fi was fetched 2026-08-24T06:38:17.403Z.
conspira.fi is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.