{"name":"com.mcpscores/public-data-api","slug":"mcpscores-public-data-api","title":"MCPFax Public-Data Utility API","description":"One public fact when you have no API key: where, what time, what rate. 31 lookups.","url":"https://mcp.market/server/mcpscores-public-data-api","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T08:06:03.469Z","last_ok_at":"2026-09-21T08:06:03.469Z","latency_ms":76},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://mcpscores.com","version":"1.0.9","remotes":[{"type":"streamable-http","url":"https://mcpfax-utility.bowling-anthony.workers.dev/mcp"}],"packages":[],"tools":[{"name":"v1_air_quality","description":"Air quality: US & European AQI plus pollutant concentrations by coordinate. Source: Open-Meteo Air Quality (CAMS). $0.005 per call · GET /v1/air-quality","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '34.05'.","examples":[34.05]},"lon":{"type":"number","description":"Longitude. Example: '-118.24'.","examples":[-118.24]},"q":{"type":"string","description":"Place name (alternative). Example: 'Delhi'.","examples":["Delhi"]}},"required":[],"additionalProperties":false}},{"name":"v1_airports_nearest","description":"Nearest airports: Coordinates → nearest airports (IATA/ICAO) by distance. Source: OurAirports (edge dataset). $0.008 per call · GET /v1/airports/nearest","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '40.71'.","examples":[40.71]},"lon":{"type":"number","description":"Longitude. Example: '-74.0'.","examples":[-74]},"radius":{"type":"number","description":"Search radius km (default 500). Example: '300'.","examples":[300]},"limit":{"type":"integer","description":"Max results 1-25. Example: '5'.","examples":[5]}},"required":["lat","lon"],"additionalProperties":false}},{"name":"v1_business_days","description":"Business-day math: Count business days in a range, or add/subtract N business days, skipping weekends & holidays. Source: computed + Nager.Date. $0.005 per call · GET /v1/business-days","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"start":{"type":"string","description":"Start date YYYY-MM-DD. Example: '2026-01-02'.","examples":["2026-01-02"]},"end":{"type":"string","description":"End date (count mode). Example: '2026-01-31'.","examples":["2026-01-31"]},"days":{"type":"integer","description":"Offset in business days (offset mode; may be negative). Example: '10'.","examples":[10]},"country":{"type":"string","description":"ISO alpha-2 for holidays (default US). Example: 'US'.","examples":["US"]}},"required":["start"],"additionalProperties":false}},{"name":"v1_cfr","description":"CFR legal text: Fetch current Code of Federal Regulations text for a citation. Source: eCFR (GovInfo). $0.01 per call · GET /v1/cfr","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"integer","description":"CFR title 1-50. Example: '29'.","examples":[29]},"part":{"type":"string","description":"Part number. Example: '1910'.","examples":["1910"]},"section":{"type":"string","description":"Section number. Example: '1910.132'.","examples":["1910.132"]},"date":{"type":"string","description":"Effective date YYYY-MM-DD (default latest). Example: '2026-01-01'.","examples":["2026-01-01"]}},"required":["title"],"additionalProperties":false}},{"name":"v1_country","description":"Country metadata: Name/ISO code → currency, capital, calling code, languages, flag. Source: ISO 3166 (edge dataset). $0.005 per call · GET /v1/country","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Country name or ISO alpha-2/alpha-3/numeric. Example: 'Japan'.","examples":["Japan"]}},"required":["q"],"additionalProperties":false}},{"name":"v1_crypto_price","description":"Crypto spot price: Spot price for a crypto asset in a fiat/crypto quote currency. Source: Coinbase / CoinGecko. $0.005 per call · GET /v1/crypto-price","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Asset symbol. Example: 'BTC'.","examples":["BTC"]},"vs":{"type":"string","description":"Quote currency (default USD). Example: 'USD'.","examples":["USD"]}},"required":["symbol"],"additionalProperties":false}},{"name":"v1_dns","description":"DNS lookup: Resolve DNS records via DNS-over-HTTPS. Source: Google / Cloudflare DoH. $0.005 per call · GET /v1/dns","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","description":"Hostname. Example: 'example.com'.","examples":["example.com"]},"type":{"type":"string","description":"Record type (default A). Example: 'MX'.","examples":["MX"]}},"required":["name"],"additionalProperties":false}},{"name":"v1_drug_label","description":"FDA drug label: openFDA structured drug labeling (uses, warnings, dosage). Source: openFDA. $0.01 per call · GET /v1/drug-label","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Search value. Example: 'ibuprofen'.","examples":["ibuprofen"]},"field":{"type":"string","description":"openFDA field to search. Allowed: openfda.brand_name (default), openfda.generic_name, openfda.manufacturer_name, openfda.substance_name, openfda.product_type, openfda.route. Example: 'openfda.generic_name'.","examples":["openfda.generic_name"]},"limit":{"type":"integer","description":"Max results 1-5. Example: '1'.","examples":[1]}},"required":["q"],"additionalProperties":false}},{"name":"v1_econ_indicator","description":"Economic indicator: World Bank indicator time series for a country (GDP, unemployment, etc.). Source: World Bank Open Data. $0.008 per call · GET /v1/econ-indicator","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","description":"ISO alpha-2/alpha-3. Example: 'US'.","examples":["US"]},"indicator":{"type":"string","description":"World Bank indicator code. Example: 'NY.GDP.MKTP.CD'.","examples":["NY.GDP.MKTP.CD"]}},"required":["country","indicator"],"additionalProperties":false}},{"name":"v1_fx","description":"Currency exchange rates: Reference FX rates (ECB) with optional amount conversion. Source: Frankfurter (ECB) / open.er-api. $0.005 per call · GET /v1/fx","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"string","description":"Base currency ISO-4217. Example: 'USD'.","examples":["USD"]},"to":{"type":"string","description":"Target currency/currencies (comma-separated). Example: 'EUR,GBP,JPY'.","examples":["EUR,GBP,JPY"]},"amount":{"type":"number","description":"Amount to convert (default 1). Example: '100'.","examples":[100]}},"required":["from","to"],"additionalProperties":false}},{"name":"v1_geocode","description":"Forward geocoding: Place name → coordinates, country, timezone. Source: Open-Meteo / Nominatim. $0.005 per call · GET /v1/geocode","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Place name to search. Example: 'London'.","examples":["London"]},"country":{"type":"string","description":"ISO-3166 alpha-2 filter. Example: 'GB'.","examples":["GB"]},"count":{"type":"integer","description":"Max results 1-10. Example: '3'.","examples":[3]}},"required":["q"],"additionalProperties":false}},{"name":"v1_holidays","description":"Public holidays: Public holidays for a country & year. Source: Nager.Date. $0.005 per call · GET /v1/holidays","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"country":{"type":"string","description":"ISO-3166 alpha-2. Example: 'US'.","examples":["US"]},"year":{"type":"integer","description":"Year (default current). Example: '2026'.","examples":[2026]}},"required":["country"],"additionalProperties":false}},{"name":"v1_icd10","description":"ICD-10-CM search: Search ICD-10-CM diagnosis codes by term or code. Source: NLM Clinical Tables. $0.008 per call · GET /v1/icd10","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Search text. Example: 'type 2 diabetes'.","examples":["type 2 diabetes"]},"code":{"type":"string","description":"Code prefix (alternative). Example: 'E11'.","examples":["E11"]},"maxList":{"type":"integer","description":"Max results 1-50. Example: '10'.","examples":[10]}},"required":[],"additionalProperties":false}},{"name":"v1_inflation","description":"Inflation calculator: Adjust an amount between years using CPI (any country, not just US). Source: World Bank CPI. $0.008 per call · GET /v1/inflation","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from":{"type":"integer","description":"Start year. Example: '2000'.","examples":[2000]},"to":{"type":"integer","description":"End year (default: latest available, ~1-2 yrs behind). Example: '2020'.","examples":[2020]},"amount":{"type":"number","description":"Amount to adjust (default 1). Example: '100'.","examples":[100]},"country":{"type":"string","description":"ISO alpha-3 (default US). Example: 'USA'.","examples":["USA"]}},"required":["from"],"additionalProperties":false}},{"name":"v1_ip_geolocation","description":"IP geolocation: IP address → location, ASN, ISP. Source: ipwho.is / ip-api. $0.005 per call · GET /v1/ip-geolocation","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ip":{"type":"string","description":"IPv4 or IPv6 address. Example: '8.8.8.8'.","examples":["8.8.8.8"]}},"required":["ip"],"additionalProperties":false}},{"name":"v1_lei","description":"LEI lookup: Legal Entity Identifier record by LEI code or entity name. Source: GLEIF. $0.008 per call · GET /v1/lei","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lei":{"type":"string","description":"20-character LEI. Example: 'HWUPKR0MPOU8FGXBT394'.","examples":["HWUPKR0MPOU8FGXBT394"]},"q":{"type":"string","description":"Entity legal name (if no LEI). Example: 'Apple Inc.'.","examples":["Apple Inc."]}},"required":[],"additionalProperties":false}},{"name":"v1_naics","description":"NAICS lookup: Official 2022 NAICS code → title, hierarchy, children; or keyword search. Source: U.S. Census 2022 NAICS (edge dataset). $0.008 per call · GET /v1/naics","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"2-6 digit NAICS code. Example: '541511'.","examples":["541511"]},"q":{"type":"string","description":"Keyword search (alternative). Example: 'software publishers'.","examples":["software publishers"]}},"required":[],"additionalProperties":false}},{"name":"v1_rdap","description":"RDAP whois: Structured domain/IP registration data (modern whois). Source: RDAP (rdap.org). $0.005 per call · GET /v1/rdap","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain name. Example: 'example.com'.","examples":["example.com"]},"ip":{"type":"string","description":"IP address (alternative). Example: '8.8.8.8'.","examples":["8.8.8.8"]}},"required":[],"additionalProperties":false}},{"name":"v1_reverse_geocode","description":"Reverse geocoding: Coordinates → nearest address. Source: Nominatim / BigDataCloud. $0.005 per call · GET /v1/reverse-geocode","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '34.05'.","examples":[34.05]},"lon":{"type":"number","description":"Longitude. Example: '-118.24'.","examples":[-118.24]}},"required":["lat","lon"],"additionalProperties":false}},{"name":"v1_robots","description":"robots.txt / llms.txt: Fetch and parse a site's robots.txt and llms.txt. Source: direct fetch. $0.005 per call · GET /v1/robots","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"Any URL on the target site. Example: 'https://www.cloudflare.com'.","examples":["https://www.cloudflare.com"]}},"required":["url"],"additionalProperties":false}},{"name":"v1_sec_company_facts","description":"SEC EDGAR company facts: Company profile + recent filings; or XBRL financial facts for a concept. Source: SEC EDGAR. $0.01 per call · GET /v1/sec-company-facts","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticker":{"type":"string","description":"Ticker (or use cik). Example: 'AAPL'.","examples":["AAPL"]},"cik":{"type":"string","description":"SEC CIK. Example: '320193'.","examples":["320193"]},"concept":{"type":"string","description":"XBRL concept for financials. Example: 'Revenues'.","examples":["Revenues"]},"taxonomy":{"type":"string","description":"XBRL taxonomy (default us-gaap). Example: 'us-gaap'.","examples":["us-gaap"]}},"required":[],"additionalProperties":false}},{"name":"v1_stock_quote","description":"Stock quote: Delayed quote & key stats for an equity/ETF/index. Source: Yahoo Finance. $0.005 per call · GET /v1/stock-quote","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Ticker symbol. Example: 'AAPL'.","examples":["AAPL"]}},"required":["symbol"],"additionalProperties":false}},{"name":"v1_sun","description":"Sunrise / sunset: Sunrise, sunset, solar noon, day length by coordinate. Source: sunrise-sunset.org / Open-Meteo. $0.005 per call · GET /v1/sun","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '34.05'.","examples":[34.05]},"lon":{"type":"number","description":"Longitude. Example: '-118.24'.","examples":[-118.24]},"q":{"type":"string","description":"Place name (alternative). Example: 'Cairo'.","examples":["Cairo"]},"date":{"type":"string","description":"YYYY-MM-DD (default today). Example: '2026-06-21'.","examples":["2026-06-21"]}},"required":[],"additionalProperties":false}},{"name":"v1_timezone","description":"Timezone by coordinate: Coordinates → IANA timezone, UTC offset, local time. Source: Open-Meteo. $0.005 per call · GET /v1/timezone","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '48.85'.","examples":[48.85]},"lon":{"type":"number","description":"Longitude. Example: '2.35'.","examples":[2.35]}},"required":["lat","lon"],"additionalProperties":false}},{"name":"v1_unit_convert","description":"Unit conversion: Convert between units (length, mass, volume, speed, area, data, time, pressure, energy, temperature, angle). Source: deterministic edge compute. $0.005 per call · GET /v1/unit-convert","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"value":{"type":"number","description":"Value to convert. Example: '100'.","examples":[100]},"from":{"type":"string","description":"Source unit. Example: 'mi'.","examples":["mi"]},"to":{"type":"string","description":"Target unit. Example: 'km'.","examples":["km"]}},"required":["value","from","to"],"additionalProperties":false}},{"name":"v1_validate_email","description":"Email validation: Syntax check + live MX/deliverability + disposable-domain flag. Source: edge compute + DoH. $0.005 per call · GET /v1/validate-email","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address. Example: 'user@example.com'.","examples":["user@example.com"]}},"required":["email"],"additionalProperties":false}},{"name":"v1_vin_decode","description":"VIN decode: Decode a US-market Vehicle Identification Number. Source: NHTSA vPIC. $0.01 per call · GET /v1/vin-decode","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vin":{"type":"string","description":"11-17 char VIN. Example: '1HGCM82633A004352'.","examples":["1HGCM82633A004352"]},"year":{"type":"integer","description":"Model year hint. Example: '2003'.","examples":[2003]}},"required":["vin"],"additionalProperties":false}},{"name":"v1_weather","description":"Weather forecast: Current conditions, the next 12 hours with rain probability, a multi-day forecast, and a plain answer to \"will it rain\". Source: Open-Meteo / NWS. $0.005 per call · GET /v1/weather","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Place name, resolved and echoed back: 'London' returns location 'London, United Kingdom'. Use this OR lat/lon.. Example: 'London'.","examples":["London"]},"lat":{"type":"number","description":"Latitude, if you already have coordinates. Example: '51.5'.","examples":[51.5]},"lon":{"type":"number","description":"Longitude, if you already have coordinates. Example: '-0.13'.","examples":[-0.13]},"days":{"type":"integer","description":"Forecast days 1-16 (default 3). Example: '3'.","examples":[3]}},"required":[],"additionalProperties":false}},{"name":"v1_weather_alerts","description":"Active weather alerts: Active NWS watches/warnings for a US coordinate. Source: US National Weather Service. $0.008 per call · GET /v1/weather-alerts","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lat":{"type":"number","description":"Latitude. Example: '29.76'.","examples":[29.76]},"lon":{"type":"number","description":"Longitude. Example: '-95.37'.","examples":[-95.37]},"q":{"type":"string","description":"Place name (alternative). Example: 'Miami'.","examples":["Miami"]}},"required":[],"additionalProperties":false}},{"name":"v1_wikipedia","description":"Wikipedia summary: Lead summary/extract for a Wikipedia page. Source: Wikipedia REST. $0.005 per call · GET /v1/wikipedia","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"title":{"type":"string","description":"Page title. Example: 'Cloudflare'.","examples":["Cloudflare"]},"lang":{"type":"string","description":"Wiki language (default en). Example: 'en'.","examples":["en"]}},"required":["title"],"additionalProperties":false}},{"name":"v1_zip","description":"Postal code lookup: ZIP/postal code → place(s) & coordinates. Source: Zippopotam.us. $0.005 per call · GET /v1/zip","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","description":"Postal code. Example: '90210'.","examples":["90210"]},"country":{"type":"string","description":"ISO-3166 alpha-2 (default US). Example: 'US'.","examples":["US"]}},"required":["code"],"additionalProperties":false}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-20T20:56:11.263Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:56:11.231Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 302ms"]},"poisoning":{"score":15,"max":15,"notes":["31 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcpfax-utility.bowling-anthony.workers.dev/mcp","reachable":true,"authRequired":false,"latencyMs":302,"serverInfo":{"name":"com.mcpscores/public-data-api","version":"1.0.9"}}],"packages":[],"repo":{"found":false},"icon":{"url":null,"source":"none"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}