notifications — DC Member API MCP Tool
notifications
(notifications) is one of 85 tools on the
DC Member API
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call notifications from your client
- Claude Code DC Member API notifications run in your project directory
- Claude Desktop DC Member API notifications ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor DC Member API notifications ~/.cursor/mcp.json
- VS Code DC Member API notifications .vscode/mcp.json
- Zed DC Member API notifications ~/.config/zed/settings.json
- Windsurf DC Member API notifications ~/.codeium/windsurf/mcp_config.json
- Cline DC Member API notifications ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI DC Member API notifications ~/.gemini/settings.json
- Grok DC Member API notifications .mcp.json (in your project root)
- ChatGPT DC Member API notifications Settings → Connectors → Advanced → Developer mode
- Claude.ai DC Member API notifications Settings → Connectors → Add custom connector
- LangChain DC Member API notifications pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http dc https://api.dynamitecircle.com/mcp
Other tools on this server
- alerts
- alerts_create
- alerts_by_id_update
- alerts_by_id_delete
- announcements
- announcements_latest
- trips
- trips_create
- trip_update
- trip_delete
- trips_overlaps
- trip
- trip_refresh_create
- trip_discovery
- chapters
- chapter
- events
- event
- event_attendees
- event_rsvp
- event_schedule
- event_agenda
- event_agenda_get
- event_schedule_attendees
- event_meetups
- event_meetup_attendees
- event_sponsors
- event_schedule_bookmark
- event_meetup_rsvp
- event_agendas
- event_free_slots_create
- follows_profiles
- follows_profiles_by_id_create
- follows_profiles_by_id_delete
- follows_chapters
- follows_chapter_create
- follows_chapter_delete
- inbox_unread
- interests
- interests_create
- invites
- invites_create
- invites_permacode
- calendar
- calendar_update
- limits
- locator_digest
- locator_settings
- locator_settings_update
- membership
- membership_invoices
- notifications_update
- places_search
- place
- profile_match_create
- profile
- profile_update
- report_issue_create
- rooms
- rooms_inbox
- rooms_browse
- rooms_by_id
- rooms_summary
- rooms_summaries
- rooms_messages
- rooms_subscribe_create
- rooms_unsubscribe_create
- rooms_mute_create
- rooms_unmute_create
- rooms_archive_create
- rooms_unarchive_create
- rooms_pin_create
- rooms_unpin_create
- search
- search_profiles
- search_rooms
- search_messages
- search_events
- search_chapters
- tickets
- virtual_events
- virtual_event
- virtual_event_attendees
- virtual_event_rsvp
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.