PluginBench
MCP Server

Agenda Intelligence MCP Server

io.github.vassiliylakhonin/agenda-intelligence-md

What is the Agenda Intelligence MCP server?

Auditable strategic-risk memos for AI agents: sanctions, regulatory, geopolitics, trade.

How to install Agenda Intelligence

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ANTHROPIC_API_KEY
    secret

    Optional. When set together with the [llm] extra (pip install 'agenda-intelligence-md[llm]'), the `analyze` tool calls the Anthropic API directly and returns a schema-validated memo. Without this key, `analyze` returns the assembled system_prompt for the host model to complete.

  • AGENDA_INTELLIGENCE_MODEL

    Optional. Anthropic model identifier used when ANTHROPIC_API_KEY is set. Defaults to a current Claude model.

  • AGENDA_INTELLIGENCE_MAX_TOKENS

    Optional. Max tokens for the Anthropic call from `analyze`. Defaults to 4096.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agenda-intelligence-md": {
      "command": "uvx",
      "args": [
        "agenda-intelligence-md"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "AGENDA_INTELLIGENCE_MODEL": "<YOUR_AGENDA_INTELLIGENCE_MODEL>",
        "AGENDA_INTELLIGENCE_MAX_TOKENS": "<YOUR_AGENDA_INTELLIGENCE_MAX_TOKENS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agenda-intelligence-md": {
      "command": "uvx",
      "args": [
        "agenda-intelligence-md"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "AGENDA_INTELLIGENCE_MODEL": "<YOUR_AGENDA_INTELLIGENCE_MODEL>",
        "AGENDA_INTELLIGENCE_MAX_TOKENS": "<YOUR_AGENDA_INTELLIGENCE_MAX_TOKENS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agenda-intelligence-md": {
      "command": "uvx",
      "args": [
        "agenda-intelligence-md"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "AGENDA_INTELLIGENCE_MODEL": "<YOUR_AGENDA_INTELLIGENCE_MODEL>",
        "AGENDA_INTELLIGENCE_MAX_TOKENS": "<YOUR_AGENDA_INTELLIGENCE_MAX_TOKENS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agenda-intelligence-md": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agenda-intelligence-md"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>",
        "AGENDA_INTELLIGENCE_MODEL": "<YOUR_AGENDA_INTELLIGENCE_MODEL>",
        "AGENDA_INTELLIGENCE_MAX_TOKENS": "<YOUR_AGENDA_INTELLIGENCE_MAX_TOKENS>"
      }
    }
  }
}
Claude Code
claude mcp add agenda-intelligence-md --env ANTHROPIC_API_KEY=<YOUR_ANTHROPIC_API_KEY> --env AGENDA_INTELLIGENCE_MODEL=<YOUR_AGENDA_INTELLIGENCE_MODEL> --env AGENDA_INTELLIGENCE_MAX_TOKENS=<YOUR_AGENDA_INTELLIGENCE_MAX_TOKENS> -- uvx agenda-intelligence-md

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →