FindICD10

Created By
FindICD10.com5 months ago
Overview

what is FindICD10?

FindICD10 is a free tool for medical coding professionals that provides a comprehensive lookup for ICD-10-CM and ICD-10-PCS codes, enabling efficient coding and reference for healthcare applications.

how to use FindICD10?

To use FindICD10, developers can integrate the MCP server into their applications using the command npx -y @findicd10/mcp to access ICD-10 code lookup functionalities.

key features of FindICD10?

  • REST API for ICD-10 code lookup and details.
  • MCP server for AI integrations.
  • Documentation for developers to facilitate easy implementation.

use cases of FindICD10?

  1. Integrating ICD-10 code lookup into AI assistants like Claude and GPT.
  2. Enhancing electronic health record (EHR) systems with code search and clinical note analysis.
  3. Automating coding workflows with batch lookup and ICD-9 to ICD-10 conversion.

FAQ from FindICD10?

  • Can FindICD10 be used for all ICD-10 codes?

Yes! FindICD10 provides access to a comprehensive database of ICD-10 codes.

  • Is there a cost to use FindICD10?

No! FindICD10 is free to use for all medical coding professionals.

  • How can I integrate FindICD10 into my application?

You can integrate FindICD10 by using the MCP server with the command npx -y @findicd10/mcp.

Server Config

{
  "mcpServers": {
    "findicd10": {
      "command": "npx",
      "args": [
        "-y",
        "@findicd10/mcp"
      ]
    }
  }
}
Project Info
Created At
5 months ago
Updated At
5 months ago
Author Name
FindICD10.com
Star
-
Language
-
License
-

Recommend Servers

View All
Payai X402 Tools

2 hours ago
Payai X402 Tools

2 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago