io.github.api-freaks/apifreaks-mcp
APIFreaks publishes an official, first-party, Apache-2.0 MCP server. It is a LOCAL stdio server distributed on npm as @apifreaks/mcp and launched with `npx -y @apifreaks/mcp`; there is no hosted or remote HTTP endpoint, so tools/list cannot be introspected over the network and the tool set below was read verbatim from the published source (src/tools/*.ts + src/endpoints.ts at v2.0.1). v2.0.0 (2026-08-21) was a rewrite, not an increment: the tool surface grew from 59 tools in 13 categories to 109 tools in 19 modules — adding geocoding, scraping, email and phone validation, VAT/IBAN/SWIFT financial validation, GeoDB geography and the whole PDF pipeline — and it introduced MANDATORY module gating. Every tool is bound to a real OpenAPI operation in mcp/apifreaks-api-hub-for-developers-tool-crosswalk.yml.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.
Work with this as data
Every MCP server here is available over the APIs.io API and to AI agents over MCP.