← Registry

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.

1 endpoint7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://abundanceapis.com/mcp

No auth detected

MCP server metadata

Name
Abundance APIs
Version
1.0.0
Capabilities
tools
Server instructions

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_apis

List the full Abundance APIs catalog — every API with its description, category, OpenAPI spec URL, RapidAPI listing URL, gateway host, and pricing.

Inferred read-only
naics_match

Semantically match a plain-English company description to 2022 NAICS industry codes.

Inferred read-only
ip_lookup

Geolocate an IPv4/IPv6 address — country, city, coordinates, timezone.

Inferred read-only
email_validate

Validate an email address — syntax, MX records, disposable/role detection, and typo suggestions.

Potential side effects
currency_convert

Convert an amount between currencies using European Central Bank daily reference rates.

Inferred read-only
url_metadata

Fetch a URL's Open Graph / Twitter card metadata (title, description, preview image) server-side.

Inferred read-only
cors_fetch

Fetch any URL through the SSRF-hardened CORS proxy and return its response headers + status.

Inferred read-only

CONNECT 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.

Trust status Neutral

abundanceapis.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.