API Tools
abundanceapis.com
This MCP server provides a collection of utility APIs including IP geolocation, email validation, currency conversion, NAICS matching, and API catalog listing.
ENDPOINT 1
https://abundanceapis.com/mcp
MCP server metadata
- Name
- Abundance APIs
- Version
- 1.0.0
Abundance APIs — a catalog of small, affordable REST APIs. Call the `list_apis` tool to discover all APIs with their OpenAPI spec URLs and pricing. The other tools are keyless, rate-limited trials of individual APIs so you can test them immediately. For production traffic, subscribe to the relevant API on RapidAPI and call it with an X-RapidAPI-Key; these MCP trial tools are not metered for production use.
Known tools 7
list_apisList the full Abundance APIs catalog — every API with its description, category, OpenAPI spec URL, RapidAPI listing URL, gateway host, and pricing.
Inferred read-onlynaics_matchSemantically match a plain-English company description to 2022 NAICS industry codes.
Inferred read-onlyemail_validateValidate an email address — syntax, MX records, disposable/role detection, and typo suggestions.
Potential side effectscurrency_convertConvert an amount between currencies using European Central Bank daily reference rates.
Inferred read-onlyurl_metadataFetch a URL's Open Graph / Twitter card metadata (title, description, preview image) server-side.
Inferred read-onlycors_fetchFetch any URL through the SSRF-hardened CORS proxy and return its response headers + status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.abundance-apis]
url = "https://abundanceapis.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"abundance-apis": {
"type": "http",
"url": "https://abundanceapis.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: abundance-apis
Remote MCP URL: https://abundanceapis.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"abundance-apis": {
"url": "https://abundanceapis.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"abundance-apis": {
"type": "http",
"url": "https://abundanceapis.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "abundance-apis",
"transport": "streamable-http",
"url": "https://abundanceapis.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for abundanceapis.com was fetched 2026-08-26T02:24:32.297Z.
abundanceapis.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.