DC Member API MCP Server

Official clients for the Dynamite Circle Member API - your own profile, trips, events, virtual events, tickets, invites, inbox, rooms, chapters, places lookup, and the weekly locator digest. It is available as a remote MCP endpoint.

Teams that want a hosted maps & location endpoint instead of running a local process. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 5 · #49 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install DC Member API

before you install - you'll need

DC_API_KEY

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add dynamitecircle-dc --transport http https://api.dynamitecircle.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dynamitecircle-dc": {
      "url": "https://api.dynamitecircle.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.dynamitecircle.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.dynamitecircle.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.dynamitecircle is GitHub-verified and matches the repo owner

03 · What DC Member API can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.3.1 · 2026-07-15

Release v2.3.1 · See CHANGELOG.md for details.

v2.0.4 · 2026-06-16

Added · MCP tool annotations - every tool now advertises readOnlyHint / · destructiveHint / openWorldHint, so clients can auto-approve reads and · flag writes. The read/write split is derived from each command's actual…

v2.0.1 · 2026-06-15

Changed · BREAKING - formal field names, no aliases, no back-compat. Renamed to · match the Member API v2 rename: · - Profile: bizDesc→businessDescription, bizName→businessName, · bizWeb→businessWebsite…

04 · Who maintains DC Member API

DC Member API is maintained by dynamitecircle. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
maps & location - ranked #49 of 56 actively-maintained maps & location servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-15)
registry
io.github.dynamitecircle/dc (active, first published 2026-06-16 · 2 versions)

06 · DC Member API FAQ

What is DC Member API?

Official clients for the Dynamite Circle Member API - your own profile, trips, events, virtual events, tickets, invites, inbox, rooms, chapters, places lookup, and the weekly locator digest. It is available as a remote MCP endpoint.

Is DC Member API still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install DC Member API?

Run `claude mcp add dynamitecircle-dc --transport http https://api.dynamitecircle.com/mcp`. The README documents one environment variable (DC_API_KEY) to set first. You can also paste the ready-made client config above.

Does DC Member API require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to DC Member API