Token导航 LogoToken导航TokenDH.com
Healthcare Billing Codes logo
数据服务stdio官方级别未说明来源级核验

Healthcare Billing Codes

MCP Server

提供CPT、ICD-10和HCPCS等医疗账单代码的查询和搜索功能的MCP服务器。

工具数

2

提示词数

0

GitHub Stars

1

资源数

0
PythonClaude数据库Claude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

contextkits

提供方

contextkits

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -e .

详细介绍

Healthcare Billing Codes MCP Server

An MCP (Model Context Protocol) server that provides lookup and search capabilities for medical billing codes including CPT, ICD-10, and HCPCS codes.

Features

  • 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)

Tools

lookup_billing_code

Look up information about a specific medical billing code.

Parameters:

  • code_type (string, required): Type of code - "CPT", "ICD10", or "HCPCS"
  • code (string, required): The billing code to look up

Example:

{
  "code_type": "CPT",
  "code": "99213"
}

search_codes_by_description

Search for billing codes by keyword in description.

Parameters:

  • keyword (string, required): Keyword to search for
  • code_type (string, optional): Filter by code type or "ALL" (default: "ALL")

Example:

{
  "keyword": "diabetes",
  "code_type": "ICD10"
}

Installation

Prerequisites

  • Python 3.10 or higher
  • pip

Setup

  1. Clone this repository:
git clone https://github.com/yourusername/healthcare-billing-codes.git
cd healthcare-billing-codes
  1. Install dependencies:
pip install -e .
  1. Run the server:
python server.py

Usage with Claude Desktop

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"]
    }
  }
}

Extending the Database

The current implementation includes a small sample database. To add more codes:

  1. Edit the BILLING_CODES dictionary in server.py
  2. Or connect to an external database/API in the lookup functions

Example: Adding a new CPT code

"99215": {
    "description": "Office visit, established patient, 40-54 minutes",
    "category": "Evaluation and Management",
    "typical_reimbursement": "$185-$260"
}

Data Sources (for expansion)

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

Legal Disclaimer

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.

License

MIT License - See LICENSE file for details

Contributing

Contributions welcome! Please submit pull requests or open issues on GitHub.

Monetization Options

This server can be monetized as:

  1. Freemium model: Basic codes free, comprehensive database paid
  2. API access: Charge per lookup for commercial users
  3. White-label licensing: License to EHR vendors or billing companies
  4. Data partnerships: Partner with coding databases for official data

Contact

For commercial licensing or data partnerships: your-email@example.com

目录标签

目录标签

PythonClaude数据库医疗账单本地部署代码查询医疗服务医疗报销

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP