Ready APIs
Rank #55,181com.readyapis/api
121 MCP tools: geo, email, phone, company, DNS, FX, equities, weather, tax, econ, intel — one key.
Ready APIs is a Model Context Protocol (MCP) server published by ReadyAPIs-com. It ranks #55,181 of 115,591 servers tracked on MCP Toplist. Ready APIs is listed across 2 registries — Official MCP and mcp.so, with 1 tracked version. It was first listed on May 26, 2026 and most recently updated on May 26, 2026.
Ranks ahead of 60,410 of 115,591 servers on MCP Toplist.
Use Ready APIs
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http api https://readyapis.com/mcp[mcp_servers.api]
url = "https://readyapis.com/mcp"Add to ~/.codex/config.toml.
https://readyapis.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"api": {
"url": "https://readyapis.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"api": {
"type": "http",
"url": "https://readyapis.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"api": {
"serverUrl": "https://readyapis.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"api": {
"url": "https://readyapis.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.readyapis%2Fapi)<a href="https://mcptoplist.com/server/com.readyapis%2Fapi"><img src="https://mcptoplist.com/badge/com.readyapis%2Fapi.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ReadyAPIs-com
Other servers by ReadyAPIs-com
View all ReadyAPIs-com servers →Available versions (1)
| Version | Published |
|---|---|
| 1.1.0 | May 26, 2026 |
Frequently asked questions
- Who maintains Ready APIs?
- Ready APIs is maintained by ReadyAPIs-com, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Ready APIs listed on the Official MCP Registry?
- Yes — Ready APIs is listed on the Official MCP Registry, alongside mcp.so.
- How many versions does Ready APIs have?
- MCP Toplist tracks 1 version of Ready APIs, most recently published on May 26, 2026.
- Where can I find the source code for Ready APIs?
- The source code for Ready APIs is hosted at github.com/ReadyAPIs-com/readyapis.