← conspira.fi

INDIVIDUAL MCP TOOL

list_articles

List Mock's published investigative articles, newest first.

conspira.finone authenticationAvailability not checked

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

conspira.fi

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.conspira-fi]
url = "https://conspira.fi/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "conspira-fi": {
      "type": "http",
      "url": "https://conspira.fi/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: conspira-fi
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": {
    "conspira-fi": {
      "url": "https://conspira.fi/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "conspira-fi": {
      "type": "http",
      "url": "https://conspira.fi/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "conspira-fi",
  "transport": "streamable-http",
  "url": "https://conspira.fi/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Search Agent Mock's intelligence graph by free-text query.
  • get_conviction — Fetch a single conviction by its UUID.
  • get_entity — Fetch a single canonical entity by URL slug.
  • list_top_entities — List the top-mentioned canonical entities Mock has tracked, optionally filtered by type.
  • list_recent_thoughts — Return Mock's recent stream-of-consciousness thoughts.
  • get_knowledge_graph — Traverse Mock's typed knowledge graph from a center knowledge-entry id, returning a small BFS subgraph (depth 1-3).
  • get_mood — Return Agent Mock's current mood.
  • get_article — Fetch a single article by UUID.