MCP Servers for AI Agents

AI-Ready Data Tools

Production-grade MCP servers for Claude, Cursor, and any AI agent. Healthcare, compliance, finance, and regulatory data tools — 11 servers, 60+ tools.

Get Started View on GitHub
Products

11 servers, 60+ tools

Each server installs via npx with zero configuration. Free tiers included on every plan.

OFAC Sanctions Screening Live

Free tier available

Screen names against the US Treasury SDN list with fuzzy matching. 18,700+ entities. Jaro-Winkler, phonetic, and token-set algorithms. Essential for KYC/AML compliance.

$ npx -y @easysolutions906/mcp-ofac

Healthcare Data Tools Live

Free tier available

ICD-10 diagnosis codes (74,000+), NPI provider registry, NDC drug directory (111,000+), and DEA number validation. 10 tools in one server.

$ npx -y @easysolutions906/mcp-healthcare

HL7 Tools Live

Free tier available

Parse, validate, and convert HL7v2 messages. Transform HL7 to FHIR JSON. Build segments, generate ACKs, and query message fields. 9 tools for healthcare interoperability.

$ npx -y @easysolutions906/hl7-tools

Currency & Finance Live

Free tier available

Real-time and historical exchange rates for 30+ currencies. Convert, compare rates, and look up historical data back to 1999.

$ npx -y @easysolutions906/mcp-finance

Web Tools Live

Free tier available

Email validation, IP geolocation, URL metadata scraping, sentiment analysis, QR code generation, and random test data. 11 tools in one server.

$ npx -y @easysolutions906/mcp-webtools

Bank Routing Numbers Live

Free tier available

Look up any of 28,000+ US bank routing numbers. Validate ABA check digits, search by bank name or state. Essential for ACH, wire transfers, and payroll.

$ npx -y @easysolutions906/routing-api

NAICS/SIC Code Lookup Live

Free tier available

Search and look up 2,000+ NAICS industry codes and SIC crosswalks. Required for business loans, insurance, tax filings, and SBA applications.

$ npx -y @easysolutions906/naics-api

CUSIP/ISIN Validator Live

Free tier available

Validate CUSIP and ISIN security identifiers using check-digit algorithms. No dataset needed — pure algorithmic validation for trading platforms and fintech.

$ npx -y @easysolutions906/cusip-api

FIPS County Codes Live

Free tier available

Look up FIPS county codes by state, county name, or code. Used in mortgage, title, appraisal, and GIS systems. Census Bureau data.

$ npx -y @easysolutions906/fips-api

NCCI Workers Comp Live

Free tier available

Look up NCCI workers compensation class codes, rates, and descriptions. Essential for insurance underwriting, payroll, and HR compliance.

$ npx -y @easysolutions906/ncci-api

Mirth Connect Tools Live

Free tier available

Manage Mirth Connect integration engines from AI agents. Deploy channels, monitor message statistics, and troubleshoot errors via MCP.

$ npx -y @easysolutions906/mirth-mcp
Quick Start

Add to Claude Desktop in 60 seconds

Paste this into your Claude Desktop config file and restart. Pick the servers you need.

claude_desktop_config.json
{
  "mcpServers": {
    "ofac": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/mcp-ofac"]
    },
    "healthcare": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/mcp-healthcare"]
    },
    "finance": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/mcp-finance"]
    },
    "webtools": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/mcp-webtools"]
    },
    "hl7": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/hl7-tools"]
    },
    "routing": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/routing-api"]
    },
    "naics": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/naics-api"]
    },
    "cusip": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/cusip-api"]
    },
    "fips": {
      "command": "npx",
      "args": ["-y", "@easysolutions906/fips-api"]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json on macOS, %APPDATA%\Claude\claude_desktop_config.json on Windows. Works with any MCP-compatible client including Cursor, Windsurf, and custom agents.

Pricing

Simple, transparent pricing

Every server includes a free tier. Upgrade when you need more capacity.

Server Free Starter Pro
OFAC Sanctions Screening 10 calls/day $4.99/mo $29.99/mo
Healthcare Data Tools 20 calls/day $4.99/mo $29.99/mo
HL7 Tools 20 calls/day $4.99/mo $29.99/mo
Currency & Finance 30 calls/day $4.99/mo $29.99/mo
Web Tools 20 calls/day $4.99/mo $29.99/mo
Bank Routing Numbers 20 calls/day $4.99/mo $29.99/mo
NAICS/SIC Codes 20 calls/day $4.99/mo $29.99/mo
CUSIP/ISIN Validator 20 calls/day $4.99/mo $29.99/mo
FIPS County Codes 20 calls/day $4.99/mo $29.99/mo
NCCI Workers Comp 20 calls/day $4.99/mo $29.99/mo
Mirth Connect Tools 20 calls/day $4.99/mo $29.99/mo

OFAC Sanctions Screening Plans

Free tier: 10 screens/day, no credit card required

Starter

$4.99 /mo
  • 100 screens/day
  • 25 batch size
  • Fuzzy matching
  • Email support

Business

$99.99 /mo
  • 5,000 screens/day
  • 100 batch size
  • Fuzzy matching
  • Priority support

Enterprise

$299.99 /mo
  • 50,000 screens/day
  • 100 batch size
  • Fuzzy matching
  • Dedicated support
Blog

Tutorials and guides

Practical walkthroughs for integrating compliance, healthcare, and finance APIs into your projects.

March 2026

How to Convert Currencies in Real-Time with a Free API

Step-by-step guide to adding real-time currency conversion to your Node.js application using the Currency Exchange Pro API.

currency api nodejs
March 2026

How to Look Up ICD-10 Codes Programmatically with Node.js

Build ICD-10 diagnosis code lookups into your healthcare application with a simple REST API and Node.js.

healthcare icd-10 nodejs
March 2026

How to Search the NPI Registry Programmatically

Query the NPI registry to verify healthcare providers by name, NPI number, or taxonomy using a REST API.

healthcare npi api
March 2026

How to Screen Names Against the OFAC SDN List Programmatically

Add OFAC sanctions screening to your compliance workflow with fuzzy matching and batch processing.

ofac compliance fintech
March 2026

OFAC Sanctions Screening for Fintechs: A $30/Month Alternative to Enterprise Tools

How fintechs and startups can meet OFAC compliance requirements without paying enterprise prices.

ofac fintech compliance
March 2026

Adding ICD-10 Code Search to Your Healthcare Application

Integrate 74,000+ ICD-10 diagnosis codes into your healthcare app with keyword search and code lookup.

healthcare icd-10 tutorial
March 2026

How to Verify Healthcare Provider NPI Numbers in Your Application

Validate and look up healthcare provider NPI numbers programmatically for credentialing and claims workflows.

healthcare npi verification
March 2026

Using AI Agents for Sanctions Compliance: An OFAC Screening MCP Server

Build an AI-powered compliance workflow by connecting Claude and Cursor to a live OFAC screening MCP server.

mcp ofac ai-agents
March 2026

A Healthcare Data MCP Server: ICD-10, NPI, NDC, and DEA Tools for AI Agents

Give your AI agent access to healthcare compliance data with a single MCP server covering four datasets.

mcp healthcare ai-agents
March 2026

The Best Free Currency Exchange API in 2026

Comparing free currency exchange APIs and how to get real-time rates with a generous free tier.

currency api comparison
Read More on Hashnode