ambient-advantage-mcp

tomhendriks-afk/ambient-advantage-mcp
★ 0 stars Python 🤖 AI/LLM Updated 8d ago
Public, read-only MCP server exposing the Ambient Advantage content archive (daily briefings, Chiel's Take, podcast episodes, Build Log posts) as queryable tools for LLMs and agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ambient-advantage-mc": {
      "command": "uvx",
      "args": [
        "ambient-advantage-mcp"
      ]
    }
  }
}

Or install with pip: pip install ambient-advantage-mcp

README Excerpt

A public, read-only **MCP server** that exposes the [Ambient Advantage](https://ambient-advantage.ai) content archive — daily AI briefings, Chiel's Take opinion pieces, podcast episodes, and Build Log posts — as queryable tools for LLMs and agents. **Status:** Phase 1 in development. Not yet deployed.

Tools (12)

get_briefing_by_dateget_build_log_postget_chiels_takeget_latest_briefingget_podcast_episodelist_briefing_topicslist_build_log_componentslist_chiels_takelist_podcast_episodessearch_briefingssearch_build_logsearch_chiels_take