Skip to content
@ReadyAPIs-com

ReadyAPIs.com

Curated, normalized data for products and AI agents. 200+ APIs across address, tax, weather, FX, fraud - one key, one bill, MCP-ready.

Ready APIs

Curated, normalized data for products and AI agents.
200+ APIs across address, tax, weather, FX, fraud, compliance - one key, one bill, MCP-ready.

readyapis.com · Docs · Pricing · Blog


Client libraries

Both open-source under MIT, with OIDC/sigstore provenance on PyPI and npm.

Python SDK - readyapis-python

PyPI Python License

pip install readyapis
from readyapis import Client
client = Client()                        # reads READYAPIS_API_KEY from env
zip_data = client.geo.zip("30301")
print(zip_data.city, zip_data.state)     # "Atlanta" "GA"

Node CLI - readyapis-node

npm Node License

One command to scaffold a runnable demo - pick from geo, tax, fx, email, calendar, or intel, plus a target language (Node, Python, or curl). Zero runtime dependencies; resolves in under a second.

npx readyapis init        # interactive - drops one file in your cwd
npx readyapis whoami      # verify your key

Curated open datasets

When you don't need the live API - just clean source data in a CSV.

Rows License

33,100 U.S. ZIP codes with city, state, county, lat/lng, timezone, metro area, and U.S. Census ACS demographic enrichment. One CSV, 3 MB, CC BY 4.0.

curl -L -o us-zips.csv https://raw.githubusercontent.com/ReadyAPIs-com/curated-us-zips/main/data/us-zips.csv

For the live API surface (per-request lookup, batch validation, cross-checks), see Location Enrichment.


What lives on readyapis.com

The site has everything that isn't a code distribution:

  • Catalog - every endpoint with live examples
  • Docs - quickstart, auth, error envelope, rate limits
  • Recipes - step-by-step how-tos for real product problems
  • Free tools - try without signup
  • MCP setup - connect Claude or Cursor in one click
  • Pricing - free tier, no card

Contact

Popular repositories Loading

  1. readyapis-python readyapis-python Public

    Official Python SDK for Ready APIs - the curated data layer for products and AI agents.

    Python

  2. readyapis-node readyapis-node Public

    Official Ready APIs CLI - scaffold a runnable starter for the curated data layer in one command.

    JavaScript

  3. curated-us-zips curated-us-zips Public

    33,100 U.S. ZIP codes with city, state, county, lat/lng, timezone, metro area, and U.S. Census ACS demographic enrichment. CC BY 4.0. Free CSV download.

  4. .github .github Public

    Org-level README + meta files. Profile content renders at github.com/ReadyAPIs-com.

  5. readyapis-mcp readyapis-mcp Public

    Ready APIs MCP server — geo, email, phone, company, DNS, FX, equities, weather, tax, econ, intel

    Python

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…