Read and act on your own Dynamite Circle membership data via the public DC Member API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
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.
The Python client is a single self-contained file. Zero dependencies (stdlib only). Works as a CLI, a Python library, and a Model Context Protocol server. Compatible with Claude Code, Claude Desktop, Codex CLI, Gemini CLI, Cursor, GitHub Copilot, and every other Agent Skills / MCP-compatible tool.
The TypeScript client is an npm library for trusted server-side TypeScript projects. It is not a CLI and not an MCP server.
The Dynamite Circle is the place where global founders find their people β a curated, members-only community of location-independent business owners running profitable companies around the world. Founded in 2011 (it started with twenty listeners on a remote tropical island), the DC has grown into a hand-selected network of ~1,500 active founders who meet at vetted in-person events like DCBKK and DCMEX, swap notes in private rooms, and travel through each other's home cities year-round.
DC is a private community, but it's open to applications from founders running location-independent businesses doing $100k+ in annual revenue. Every application is personally reviewed by a team member within 48 business hours β start an application here if that sounds like you.
Never used Claude Code, Codex, or git? Here's the 5-minute path from zero to "Claude can read my DC profile."
You need three free things on your computer:
If anything during install asks "do you want to add to PATH?" β say yes.
Open a terminal:
Then paste:
You now have a folder called dc with all the code in it.
In your browser: go to https://dc.dynamitecircle.com, log in, click your profile photo (top-right), and choose DC Member API Key. Copy the long string starting with dk_β¦.
Back in your terminal (still inside the dc folder):
Open Claude Code and make sure it's pointed at the dc folder you just downloaded. (Claude usually opens to your last project β if it's somewhere else, click the folder icon and pick dc.)
Then ask:
"Show me my DC profile"
Claude runs the right command and shows you back your profile. A few more to try:
"What's the latest in DC announcements?" "What events am I attending?" "Show me the DCMEX schedule and bookmark anything about marketing" "Who else from my chapter is going to DCBKK?"
You're done. The rest of this README explains what's possible in more detail; py/SKILL.md lists every command Claude can run.
| Symptom | What to try |
|---|---|
python3: command not found | Python didn't install or didn't get added to PATH. Re-install and check the "Add to PATH" box on Windows; on Mac, try python instead of python3. |
git: command not found | Same idea β re-install Git. |
Claude says "I don't see a dc skill" | Make sure Claude Code is opened to the dc folder, not your home directory or another project. Or just ask Claude: "are you in the dc folder?" |
| Anything else | Run python3 py/dc.py self-test from the dc folder β it tells you exactly which step is broken. |
The same dc.py file is shipped as four integrations β pick whichever fits how your tool talks to it:
| Integration | What it is | Invoke with | Dependencies |
|---|---|---|---|
| Agent Skill | Auto-discovered via SKILL.md frontmatter (Claude Code, Codex, Gemini CLI, Cursor, Copilot) | Just open the repo with the tool β it reads py/SKILL.md and offers the commands | stdlib only |
| CLI | Run commands directly from the shell or scripts | python3 py/dc.py <command> | stdlib only |
| Python library | Import in your own Python code | from dc import DC; DC().profile() | stdlib only |
| MCP server | Speaks Model Context Protocol over stdio (Claude Desktop, Cursor, Codex MCP, Cline, etc.) | python3 py/dc.py --mcp | pip install mcp (optional) |
The mcp package is lazy-imported β Agent Skill / CLI / Python-library users never need it.
For TypeScript projects, use the package under ts/:
Keep dk_... API keys server-side. Do not ship a member API key in browser JavaScript.
The DC Member API is also a hosted MCP server β a remote endpoint you point your AI app at, with nothing to clone, install, or update:
claude mcp add --transport http dc https://api.dynamitecircle.com/mcpcode --add-mcp '{"name":"dc","url":"https://api.dynamitecircle.com/mcp"}'When prompted, sign in with your DC account (one-click OAuth) β or send a dk_ key as Authorization: Bearer. The server is always on the current API version, so there's nothing to keep up to date.
Hosted MCP vs. this client β which do I want?
| You want⦠| Use |
|---|---|
| Zero install, always-current, just MCP tools in a chat app | Hosted MCP (URL above) |
To call DC from your own Python code (from dynamitecircle import DC) | This client (library) |
A local CLI (dc profile) or shell scripting | This client (CLI) |
| A local stdio MCP server (offline-capable, pin a version, dev against localhost) | This client (dc --mcp) |
The rest of this README is about this client. For the hosted MCP, the URL above is all you need.
python3 py/dc.py help for the live list).env.dc next to the skill/profile call end-to-end[--limit N] [--cursor TOKEN] shape and returns the canonical envelope {items, count, cursor, has_more}--json, --python.mcp.json, just cd and claudeIf you're skipping past the Quick Start above and just want the CLI flow, here's the condensed version.
DC profile dropdown β DC Member API Key (admins/testers only). Keys look like dk_<api-key> and are revocable from the same dropdown.
This writes py/.env.dc (chmod 600, gitignored).
Expected output:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/dc-member-api)<a href="https://allmcps.com/mcp/dc-member-api"><img src="https://allmcps.com/api/badge/dc-member-api?style=directory" alt="DC Member API on AllMCPs" /></a>