Skip to main content
Glama
rahulvai05

crm-mcp-server

by rahulvai05

crm-mcp-server

A read-only MCP server that gives an LLM structured access to CRM data (companies, contacts, deals, activities) backed by SQLite.

Setup

cd crm-mcp-server
python -m venv venv
source venv/bin/activate   # Windows: venv\Scripts\activate
pip install -r requirements.txt

Related MCP server: Company Records

Generate seed data

python src/seed.py

This creates data/crm.db with ~50 companies, contacts, deals across every pipeline stage, and activities (some deals are intentionally left stale for find_stale_deals to surface). Re-running wipes and regenerates the database deterministically.

Run the server

python src/server.py

Runs over stdio, intended to be launched by an MCP client (e.g. Claude Desktop, Claude Code, or the MCP Inspector) rather than used standalone.

Test with MCP Inspector

mcp dev src/server.py

This opens the MCP Inspector in your browser, where you can call each tool (search_contacts, search_deals, get_account_360, find_stale_deals, pipeline_summary) directly with sample inputs and inspect the JSON output.

Tools

  • search_contacts(query) - find contacts by name, email, or company

  • search_deals(query, stage) - find deals by name/company and/or stage

  • get_account_360(company_id) - full picture of one company

  • find_stale_deals(days_inactive) - open deals with no recent activity

  • pipeline_summary() - deal counts/value by stage, weighted pipeline value

TODO: flesh this out further before sharing.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    C
    maintenance
    Exposes a fictional B2B CRM database (companies, contacts, deals) as callable MCP tools, enabling AI agents to answer natural-language questions about company records, contacts, and pipeline data.
  • A
    license
    A
    quality
    C
    maintenance
    A read-only MCP server that exposes HubSpot CRM data (contacts, deals, companies, quotes) to AI agents, enabling natural language queries.
    9
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A read-only MCP server that exposes SQL database access to LLMs, supporting multiple database types, compact columnar results, pagination, and file export.
    6
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

  • GibsonAI MCP server: manage your databases with natural language

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rahulvai05/crm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server