INDIVIDUAL MCP TOOL
list_apis
List the full Abundance APIs catalog — every API with its description, category, OpenAPI spec URL, RapidAPI listing URL, gateway host, and pricing.
LIVE ENDPOINT
https://abundanceapis.com/mcp
Connect to this endpoint to inspect the live schema for list_apis and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
naics_match— Semantically match a plain-English company description to 2022 NAICS industry codes.ip_lookup— Geolocate an IPv4/IPv6 address — country, city, coordinates, timezone.email_validate— Validate an email address — syntax, MX records, disposable/role detection, and typo suggestions.currency_convert— Convert an amount between currencies using European Central Bank daily reference rates.url_metadata— Fetch a URL's Open Graph / Twitter card metadata (title, description, preview image) server-side.cors_fetch— Fetch any URL through the SSRF-hardened CORS proxy and return its response headers + status.