MCP integration

Use Bellwork data and workflows from an AI assistant

Bellwork's Model Context Protocol server gives compatible AI clients tools over the same authenticated application and API contracts used by the dashboard.

Endpoint and authentication

https://www.bellwork.ai/api/mcp/bellwork/mcp

MCP clients authenticate through OAuth. Direct API integrations should use API keys instead.

Common tools

GoalTools
Discover seller profileslist_profiles, create_profile, update_profile
Search the catalogsearch_districts, search_schools, search_contacts
Find timely opportunitiessearch_signals, search_rfps, get_opportunities
Keep watch on an entityfollow_entity, unfollow_entity
Build and read researchcreate_brief, get_brief
Build CRM-ready tablescreate_table, add_column, run_column, show_table
Draft outreachgenerate_email

Tool discovery in your MCP client is authoritative; Bellwork adds tools without requiring a protocol endpoint change.

Brief workflow

create_brief is an idempotent asynchronous operation. It reuses a ready brief, does not duplicate a current build, and retries a failed or stale build. Call get_brief to read the finished dossier or inspect its progress.

Following still starts a brief automatically. Enterprise/internal clients can also call create_brief without following; free clients must follow first.

Pagination

Search tools expose bounded pages so a large catalog or nightly signal feed does not flood the model's context window. Ask the assistant to narrow by time, state, entity, or query first, then continue through pages only while the response indicates more results.