healthcare-billing-codes
About
Standard MCP Server for looking up CPT, ICD-10, and denial codes.
Details
- Author
- contextkits
- Categories
- Productivity
Jump to
Setup
Install healthcare-billing-codes in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/contextkits/healthcare-billing-codes
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP (Model Context Protocol) server that provides lookup and search capabilities for medical billing codes including CPT, ICD-10, and HCPCS codes.
- Lookup billing codes: Get detailed information about specific CPT, ICD-10, or HCPCS codes
- Search by description: Find codes by searching keywords in descriptions
- Category information: View code categories and typical reimbursement rates (where applicable)
Look up information about a specific medical billing code.
- code_type(string, required): Type of code - "CPT", "ICD10", or "HCPCS"
- code(string, required): The billing code to look up
{ "code_type": "CPT", "code": "99213" }
Search for billing codes by keyword in description.
- keyword(string, required): Keyword to search for
- code_type(string, optional): Filter by code type or "ALL" (default: "ALL")
{ "keyword": "diabetes", "code_type": "ICD10" }
git clone https://github.com/yourusername/healthcare-billing-codes.git cd healthcare-billing-codes
Add to your Claude Desktop config file (claude_desktop_config.json):
{ "mcpServers": { "healthcare-billing-codes": { "command": "python", "args": ["/path/to/healthcare-billing-codes/server.py"] } } }
The current implementation includes a small sample database. To add more codes:
- Edit theBILLING_CODESdictionary inserver.py
- Or connect to an external database/API in the lookup functions
"99215": { "description": "Office visit, established patient, 40-54 minutes", "category": "Evaluation and Management", "typical_reimbursement": "$185-$260" }
To build a complete database, consider these public sources:
- CMS.gov: Medicare fee schedules
- AMA CPT: CPT code descriptions (requires license for commercial use)
- CDC ICD-10: Free ICD-10 code database
- CMS HCPCS: HCPCS code lists
This tool is provided for reference purposes only. Users must verify all billing codes with official sources before use in actual medical billing. The authors assume no liability for billing errors or claim denials resulting from use of this tool.
MIT License - See LICENSE file for details
Contributions welcome! Please submit pull requests or open issues on GitHub.
- Freemium model: Basic codes free, comprehensive database paid
- API access: Charge per lookup for commercial users
- White-label licensing: License to EHR vendors or billing companies
- Data partnerships: Partner with coding databases for official data
For commercial licensing or data partnerships:your-email@example.com
The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.
This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.
Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
An MCP server for WordPress plugin audits
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.
Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



