Mcp

571 tools. 40 can modify or destroy data without limits.

10 destructive tools with no built-in limits. Policy required.

Last updated:

40 can modify or destroy data
531 read-only
571 tools total

Community server · catalogue entry verified 01/07/2026

How to control Mcp ↓

What Mcp exposes to your agents

Read (531) Write / Execute (29) Destructive / Financial (10)
Critical Risk

The most dangerous Mcp tools

40 of Mcp's 571 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Mcp

PolicyLayer is an MCP gateway — it sits between your AI agents and Mcp, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "predict.crypto-updown": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "queue.ack": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "barcode.generate": {
    "limits": [
      {
        "counter": "barcode.generate_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "agriculture.drought": {
    "limits": [
      {
        "counter": "agriculture.drought_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Mcp — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MCP →

Instant setup, no code required.

All 571 Mcp tools

WRITE 17 tools
Write barcode.generate Generate a barcode or QR code as an image. Format defaults to qr; supported: qr, code128, ean13. Returns raw i Write edi.ack Generate the ANSI X12 997 Functional Acknowledgment for a received EDI interchange. POST edi with the raw inbo Write edi.edifact-generate Generate an outbound UN/EDIFACT document from JSON (international counterpart to edi.generate/X12). POST type Write edi.generate Generate an outbound ANSI X12 EDI document from JSON. POST type (850 = Purchase Order, 810 = Invoice) + sender Write feedback.send Send a message straight to the 2s team. POST { message } (required) plus optional subject, name, and from (you Write lock.release LOCK: release a lock you hold, scoped to YOUR wallet. Write pubsub.create-topic PUBSUB: create a topic you own, scoped to YOUR wallet. Write pubsub.unsubscribe PUBSUB: remove one of YOUR subscriptions by its... Write queue.enqueue QUEUE: append a message to a durable, wallet-scoped queue. Write store.blob-put STORE: upload a file (any bytes) in a single paid call... Write store.doc-put STORE: index a text document for full-text keyword search... Write store.kv-put STORE: persist a JSON value under a key, scoped to YOUR... Write store.vector-upsert STORE: upsert a vector for semantic retrieval, scoped to... Write watchers.federal-register WATCHER: get a signed callback when a new US Federal Register document is published. Arm once, pay once. Optio Write watchers.gas-price WATCHER: get a signed callback when EVM gas crosses a level you set — e.g. Write watchers.stock-price WATCHER: get a signed callback when a US stock crosses a price you set. Arm once, pay once (no account, no API Write watchers.token-price WATCHER: get a signed callback when a crypto asset crosses a price you set. Arm once, pay once (no account, no
READ 531 tools
Read agriculture.drought US Drought Monitor severity for a county (5-digit FIPS) or state (2-letter). Weekly % of area in each category Read agriculture.stats USDA NASS QuickStats — authoritative US ag statistics: crop yields, acreage, production, livestock inventory, Read ai.chat OpenAI-compatible chat completions across every frontier model on one endpoint — GPT-5, Claude, Gemini, Grok, Read ai.classify Zero-shot text classification. POST { text, labels[], multiLabel? }. Assigns the text to one of your labels (o Read ai.describe-image Describe an image (JPEG/PNG/GIF/WebP, ≤1MB) via Claude Haiku vision. Returns caption + structured details. Read ai.entities Named-entity recognition. POST { text }. Extracts people, organizations, locations, dates, money, products, la Read ai.extract Fetch a URL and extract typed data from its content per a user-supplied JSON Schema. Use when you need a struc Read ai.image Generate images from a text prompt across the gateway’s image models (gpt-image, Gemini image, FLUX, Grok Imag Read ai.moderate Content moderation. POST { text }. Flags content across categories — hate, harassment, sexual, sexual/minors, Read ai.ocr OCR + layout extraction. POST { imageUrl, instruction? }. Returns verbatim transcribed text in reading order, Read ai.pii PII detection. POST { text }. Finds personally identifiable information — names, emails, phones, addresses, SS Read ai.research Grounded research brief. POST { query, urls? }. Gathers sources (Wikipedia + any URLs you supply), then synthe Read ai.sentiment Sentiment analysis. POST { text }. Returns overall sentiment (positive/negative/neutral/mixed), a polarity sco Read ai.summarize Summarize a webpage. Returns a short summary, 3-7 key points, title, audience, and reading time. Backed by an Read ai.translate Translate text into a target language. Source language auto-detected if omitted. Read ai.web-answer Answer a question from the live web. POST { query, topic?, maxResults? }. Runs a deep web search and returns a Read aircraft.lookup Look up a US-registered aircraft by tail number (N-number, e.g. N757F) or icao24 Mode-S hex (e.g. aa3487). Pas Read aircraft.profile Identify a US-registered aircraft by tail (N-number) or icao24, AND screen its owner + operator against OFAC s Read airport.lookup Look up an airport by IATA (3-letter) or ICAO (4-letter) code. ~85k airports (CC0 — OurAirports). Read airport.near Find airports near a coordinate, ordered by distance. Read aviation.accidents Search NTSB civil aviation accident/incident history (CAROL database). Filter by registration (N-number), stat Read aviation.metar Current aviation weather observation (METAR) for airports. Pass ids (comma-separated ICAO, e.g. KATL,EGLL). Re Read aviation.sigmet Active in-flight weather hazard advisories (SIGMETs/AIRMETs) from the NOAA Aviation Weather Center. Returns cu Read aviation.taf Terminal Aerodrome Forecast (TAF) for airports — the official ~24–30h aviation forecast. Pass ids (comma-separ Read bank.lookup FDIC-insured US bank directory. Lookup by name (fuzzy), FDIC certificate, RSSD ID, or state. Returns name, web Read bio.gene Gene lookup by symbol + organism (taxid, default 9606=human): NCBI Gene identity (description, chromosome, map Read bio.protein Full UniProtKB protein entry by accession (e.g. P04637): names, gene, organism, sequence length + molecular we Read bio.species Resolve any organism (scientific or common name) to the GBIF taxonomic backbone: accepted name, full lineage ( Read bls.series US Bureau of Labor Statistics time-series data. seriesIds = comma-separated BLS series IDs (1-10 per call), op Read book.search Open Library book metadata search. Lookup by free-text query (title + author), or by individual title / author Read business.br-cnpj Brazilian company registry lookup by CNPJ (14-digit company tax ID). Returns legal + trade name, registration Read business.entity-match Fuzzy entity resolution: resolve a messy, free-text company name to its canonical GLEIF Legal Entity Identifie Read business.entity-profile Full business-entity dossier from a state registry — master record plus officers/principals, registered agent Read business.entity-screen KYC in one call: look up a business in a US state registry (NY/CO/CT) AND screen it + its registered agent aga Read business.fi-companies Official Finnish company registry search (PRH/YTJ avoindata, Finnish Patent & Registration Office). Search by Read business.fr-companies Official French company registry search (annuaire des entreprises / data.gouv.fr). Search by company name, SIR Read business.id-resolve Company legal-entity resolver: give one of name, lei, cik, or ticker → LEI, CIK, ticker(s), jurisdiction, cano Read business.kyb-360 Full Know-Your-Business (KYB) intelligence dossier on a company in one call. Pass name (company name); optiona Read business.lei Look up or search the global LEI (Legal Entity Identifier) registry — the authoritative ISO 17442 directory of Read business.lei-hierarchy Corporate ownership graph for a legal entity by LEI (GLEIF Level-2 relationships, live). Returns the direct pa Read business.lei-isins ISIN ↔ LEI mapping (GLEIF, live, CC0). Two modes: pass lei to list every ISIN (security identifier) issued by Read business.naics NAICS 2022 industry classification codes (US Census, public domain). Pass code for an exact NAICS code (2-6 di Read business.no-companies Official Norwegian company registry search (Brønnøysund Enhetsregisteret). Search by company name. Each result Read business.pl-krs Official Polish company registry lookup by KRS number (KRS — Ministry of Justice, current extract / OdpisAktua Read business.sos-search State Secretary-of-State business registry search, normalized across states (currently NY, CO). By name (parti Read business.uk-companies Official UK company registry (Companies House). Pass query to search by name, or companyNumber for the full pr Read calendar.business-days Holiday-aware business-day calculator for 200+ countries — the ground-truth answer for payment terms, SLA dead Read calendar.earnings Earnings release calendar — which US-listed companies report earnings in a date window, with expected and (onc Read calendar.holidays List the official holidays for a country and year with exact observed dates, including substitute days (e.g. a Read calendar.ipo IPO calendar — companies going public (or recently public) in a date window, with the expected date, symbol, n Read census.demographics US Census ACS 5-year demographics for a state or county. Give a state (2-letter or 2-digit FIPS), optionally a Read census.zipcode US Census ACS 5-year demographics for a ZIP/ZCTA — population, income, housing, education. Read chem.compound Look up a chemical compound by cid, name, smiles, or inchikey. Returns canonical structural identifiers + phys Read chinese.convert Convert Chinese text between Simplified and Traditional scripts (and regional variants). from/to take: cn (Mai Read chinese.detect Detect Chinese in text: whether it contains Han characters, how many, total length, and a script classificatio Read chinese.pinyin Convert Chinese (Hanzi) text to pinyin romanization. Choose tone marks (symbol, e.g. hàn yǔ), numbered tones ( Read class.industry-resolve Cross-walk an industry code across NAICS ↔ SIC ↔ ISIC Rev.4 ↔ NACE Rev.2 (Census + UN concordances). Read climate.station-history Historical daily weather observations (NOAA GHCN-Daily) for one station + date range (≤366 days): max/min/avg Read climate.station-near Find NOAA GHCN-Daily climate stations near a coordinate. Useful for long-term climate-history lookups. Read clinical.study-detail Full ClinicalTrials.gov study record by NCT id — the deep detail beyond clinical.trial-search. Returns descrip Read clinical.trial-search Search ClinicalTrials.gov — every registered US (+ many international) clinical study (~500k). Free-text query Read code.repo-lookup Look up a public GitHub repository by Read convert.currency Convert an amount between currencies at a live or historical exchange rate. Pass from + to (3-letter ISO 4217) Read convert.unit Deterministic unit-of-measure conversion: mass (g/kg/lb/oz/t…), length (m/km/in/ft/mi…), volume (l/ml/gal/qt/c Read countdown.gif Render an animated countdown GIF to a target ISO-8601 timestamp. Returns raw GIF bytes (base64 in MCP transpor Read country.financials Country-level financial and credit reference data: sovereign credit rating, equity risk premium, country risk Read country.lookup Country metadata via REST Countries. Lookup by alpha2 (ISO 3166-1), alpha3, or name (with optional fullText ex Read crypto.address-history Transaction history for an Ethereum address (via Etherscan V2). Returns normal transactions newest-first: hash Read crypto.address-safety Malicious-wallet screen (via GoPlus, free/keyless). For any EVM address returns risk flags — cybercrime, money Read crypto.address-screen Sanctions-screen a crypto wallet address against the US Treasury OFAC SDN list Read crypto.address-validate Validate a cryptocurrency address with full checksum verification (not just regex). Catches typos before sendi Read crypto.balances Live native + ERC-20 token balances for an EVM address (Base, Ethereum, Polygon, Arbitrum, Optimism; keyless). Read crypto.btc-address Bitcoin address summary (free/keyless): confirmed balance (sats + BTC), total received/sent, transaction count Read crypto.btc-fees Current Bitcoin network fee rates and mempool backlog from mempool.space. Returns recommended fee rates (sat/v Read crypto.btc-mempool Bitcoin mempool state (free/keyless): current unconfirmed tx count, total vsize, and total fees, plus the most Read crypto.btc-tx Bitcoin transaction lookup by txid (free/keyless): confirmed status + confirmation count (vs current tip), blo Read crypto.btc-utxos Unspent transaction outputs (UTXOs) for a Bitcoin address (free/keyless): each with txid, output index, value Read crypto.cex-klines Centralized-exchange OHLCV candlesticks for a spot trading pair (e.g. BTC-USD, ETH-USD, SOL-USD), free/keyless Read crypto.cex-ticker Centralized-exchange 24h ticker for a spot pair (e.g. BTC-USD), free/keyless: current price, best bid/ask, 24h Read crypto.chain-tvl-history Historical total DeFi TVL time series for a blockchain (e.g. Ethereum, Solana, Arbitrum), via DefiLlama (free/ Read crypto.coin Full coin profile by CoinGecko id (e.g. bitcoin, ethereum, solana). Returns price, market cap + rank, FDV, 24h Read crypto.coin-history Historical market chart for a coin by CoinGecko id: time-series of price, market cap, and volume over the last Read crypto.contract Decode an EVM smart contract. Pass chain (ethereum, base, polygon, arbitrum, optimism, bsc, avalanche) + addre Read crypto.decode-calldata Decode raw EVM transaction calldata. POST { data } (0x-prefixed hex). Resolves the 4-byte function selector to Read crypto.defi DeFi total-value-locked (TVL) via DefiLlama. No params → top protocols by TVL (name, category, TVL, 1d/7d chan Read crypto.defi-chains DeFi TVL leaderboard across all chains (via DefiLlama, free/keyless): every chain ranked by total value locked Read crypto.defi-fees Protocol fees/revenue or DEX trading volume leaderboards (via DefiLlama, free/keyless). kind=fees ranks protoc Read crypto.defi-protocol-history Historical total-value-locked (TVL) time series for a DeFi protocol by slug (e.g. aave, lido, uniswap), via De Read crypto.defi-yields DeFi yield & lending rates across protocols (via DefiLlama, free/keyless). Returns pools ranked by APY or TVL Read crypto.dex-networks List the 100+ blockchain networks supported by the on-chain DEX endpoints (via GeckoTerminal, free/keyless). E Read crypto.dex-ohlcv OHLCV candlesticks for a DEX pool (via GeckoTerminal, free/keyless). Pass network + pool address + timeframe ( Read crypto.dex-pools Trending or newly-created DEX liquidity pools on a network (via GeckoTerminal, free/keyless). kind=trending (h Read crypto.dex-search Search on-chain DEX liquidity pools by token name, symbol, or address (via GeckoTerminal, free/keyless). Optio Read crypto.dex-token-pools All DEX pools trading a given token, by contract address (via GeckoTerminal, free/keyless). Returns each pool\ Read crypto.ens-resolve Resolve ENS live on Ethereum mainnet: pass an ENS name (e.g. Read crypto.fear-greed Crypto Fear & Greed Index — 0–100 market sentiment (0 = Extreme Fear, 100 = Extreme Greed), updated daily, wit Read crypto.gas-oracle Live EVM gas oracle. Returns slow/standard/fast tiers derived from priority-fee percentiles over the trailing Read crypto.global Whole-crypto-market overview: total market cap, 24h volume, 24h change, BTC + ETH dominance, active-coin count Read crypto.hyperliquid-funding Live perp funding rates, open interest, and mark/oracle/mid prices across 200+ Hyperliquid perpetuals (free/ke Read crypto.hyperliquid-predicted-funding Predicted next funding rates per coin across venues (Hyperliquid + Binance/Bybit perps), free/keyless. For eac Read crypto.kimchi-premium Korean-exchange crypto premium: Upbit KRW price vs global USD price (x USD/KRW), as a %. Pass symbol(s). Read crypto.markets Top cryptocurrencies by market cap with live price, market cap, 24h volume, and 24h + 7d % change. Pass limit Read crypto.nft Live ERC-721 NFT read (Base, Ethereum, Polygon, Arbitrum, Optimism; keyless). Given a contract + tokenId: retu Read crypto.nft-security NFT collection risk screening via GoPlus (free, keyless). For an ERC-721/1155 contract: verification/trust-lis Read crypto.stablecoins Stablecoin supply leaderboard (via DefiLlama, free/keyless): the largest stablecoins by circulating USD, with Read crypto.token-info On-chain token metrics by contract address (via GeckoTerminal, free/keyless): name, symbol, decimals, on-chain Read crypto.token-metadata Live on-chain token metadata for an ERC-20 or ERC-721 contract (Base, Ethereum, Polygon, Arbitrum, Optimism; k Read crypto.token-price Current spot price, market cap, 24h volume and 24h change for crypto assets by CoinGecko asset id (lowercase, Read crypto.token-safety Token honeypot & rug-pull risk screen (via GoPlus, free/keyless). For an ERC-20 on any EVM chain, returns hone Read crypto.token-transfers ERC-20 token transfer history for an Ethereum address (via Etherscan V2). Each transfer: hash, block, timestam Read crypto.trending Most-searched trending cryptocurrencies right now (24h), with symbol, name, market-cap rank, price. Attention Read crypto.tx Live EVM transaction status + receipt by hash: mined/reverted/pending, block, confirmations, timestamp, from/t Read crypto.vrf Verifiable random function — deterministic, publicly verifiable randomness bound to your seed and signed by th Read dev.crates-search Search crates.io for Rust packages (keyless). Each result: name, latest stable version, description, total + r Read dev.csv-to-json Convert CSV/TSV text to a JSON array. POST { csv, delimiter?, header? }. Auto-detects comma vs tab, handles qu Read dev.diff-json Structured deep diff of two JSON values. POST { a, b }. Returns a list of changes, each with a dot-path and ty Read dev.gitlab-search Search public GitLab projects (keyless), ranked by stars. Each result: full name, path, description, star and Read dev.json-to-csv Convert a JSON array of objects to CSV. POST { data, delimiter? }. Column headers are the union of keys across Read dev.json-to-typescript Infer a TypeScript interface from a sample JSON value. POST { sample, rootName? }. Handles nested objects, arr Read dev.jwt-decode Decode a JWT without verifying its signature. POST { token }. Returns the decoded header and payload, plus iss Read dev.npm-search Search the npm registry for JavaScript/TypeScript packages (keyless). Each result: name, latest version, descr Read dev.rfc Look up an IETF RFC by number. Returns status (e.g. INTERNET STANDARD/PROPOSED STANDARD), title, authors, date Read dev.stackoverflow-search Search Stack Overflow questions (keyless). Each result: title, link, score, answer count, answered flag, view Read dev.uuid Generate UUIDs. version v4 (random) or v7 (time-ordered, sortable); count 1-100. Cryptographically random. Pur Read dns.lookup DNS records via public DNS-over-HTTPS resolvers. Read domain.ct-logs Certificate Transparency recon for a domain — discover its subdomains and issued certificates from public CT l Read domain.email-security Grade a domain Read domain.intel Domain intelligence in one call — composes DNS (A/AAAA/MX/NS/TXT), WHOIS/RDAP (registrar, dates, status, names Read domain.whois RDAP / WHOIS for a domain. Returns registrar, creation/expiry, nameservers, status codes. Read earth.events Active and historical global natural events via NASA EONET v3: wildfires, severe storms, volcanoes, floods, dr Read earth.now Composite situational awareness for a coordinate: timezone, local time, sunrise/sunset, nearby quakes, current Read econ.commodity Latest benchmark commodity price + % change. Pass commodity (wti, brent, natural-gas, gasoline, diesel, heatin Read econ.cot CFTC Commitments of Traders (COT) — weekly futures positioning for a market (free/keyless). Match a market by Read econ.fred Any series in the Federal Reserve Read econ.fred-categories Browse the FRED category tree to DISCOVER economic series. Pass categoryId for that category (name+parent) + i Read econ.fred-regional FRED regional economic data — one snapshot of a regional FRED series across ALL its geographies (every U.S. st Read econ.fred-releases US economic-data release CALENDAR from FRED — when official reports are published. Returns upcoming release da Read econ.fred-vintage Point-in-time (vintage) economic data from FRED Read econ.indicator Latest reading of a curated US macro indicator (+ prior, year-ago, YoY %). Pass indicator (unemployment-rate, Read econ.recession Composite US recession-signal dashboard: NY Fed recession probability (12mo ahead), Sahm-rule real-time indica Read econ.yield-curve Current US Treasury yield curve (1M–30Y constant-maturity yields) plus the 2s10s and 3m10y spreads and an inve Read edi.edifact Parse a raw UN/EDIFACT document (the B2B EDI standard used across Europe, Asia, logistics and customs — intern Read edi.parse Parse a raw ANSI X12 EDI document (B2B purchase orders, invoices, ship notices, etc.) into clean structured JS Read edu.college-scorecard Search US colleges + universities via the Department of Education College Scorecard. Filter by name, IPEDS id, Read edu.school-lookup Every US public K-12 school (~102k, NCES Common Core of Data). Search by name/district (partial), state, city, Read email.validate Validate an email address: RFC syntax validity, normalized address with local/domain, and flags for isDisposab Read energy.carbon-intensity-uk Great Britain electricity grid carbon intensity (current half-hour) from National Grid ESO. Returns forecast + Read energy.electricity-rates Retail electricity price + sales for a US state by customer sector (residential/commercial/industrial/transpor Read energy.fuel-stations NREL alternative-fuel station locator. Filter by lat/lon + radius, state, zip, fuelType (BD/CNG/ELEC/E85/HY/LN Read energy.generation-mix Electricity generation mix by fuel type for a US state (2-letter) or Read energy.prices US energy benchmark prices from the EIA open-data API. Omit series for a one-call snapshot of every benchmark; Read energy.solar-forecast Solar irradiance + PV-yield forecast for any coordinate (free/keyless, global). Returns a daily 1-16 day forec Read energy.solar-resource NREL solar resource averages (NSRDB) for a lat/lon. Returns annual + monthly DNI (direct normal irradiance), G Read energy.utility-rates Which electric utility serves a US lat/lng + a summary of its published rate plans, from OpenEI URDB (CC0). Ea Read factcheck.search Search the global corpus of published fact-checks (ClaimReview) by claim text. Returns matching claims with th Read finance.amortize Compute a loan or mortgage amortization schedule. Pass principal, annualRatePct (e.g. 6.5), and term as termMo Read finance.bank-id-resolve Bank/financial-institution identifier resolver: give one of bic, lei, or fdic_cert → bridge BIC↔LEI (GLEIF) + Read finance.bin Identify a payment card from its BIN/IIN (leading 6-8 digits). Pass the BIN or leading card digits and get car Read finance.central-bank-rates Current policy/benchmark rates across major central banks (US Fed, ECB, BoJ, BoE) in one normalized call, via Read finance.cik-ticker Resolve between SEC CIK and stock ticker(s), both directions, with all share classes + exchange (SEC company_t Read finance.company-facts Curated XBRL financial metrics for a US public company by stock ticker. Returns ~15 top-line metrics (revenue, Read finance.company-profile Company 360 by ticker — merges recent SEC filings + curated XBRL fundamentals (revenue, net income, EPS, asset Read finance.figi Map a security identifier to its FIGI (Financial Instrument Global Identifier) + metadata via OpenFIGI. Give i Read finance.figi-search Free-text security search across global exchanges via OpenFIGI. Give a query (name/ticker/description), option Read finance.form-144 SEC Form 144 filings — notices of PROPOSED insider stock sales (intent to sell restricted/control shares), new Read finance.ifsc-india Indian bank branch lookup by IFSC code (11-char Indian Financial System Code). Returns bank + branch, centre, Read finance.insider-trades Recent SEC Form 4 insider transactions for a US public company by ticker. Returns parsed transactions: insider Read finance.mortgage-pulse US mortgage & housing-rate snapshot from FRED: 30yr/15yr mortgage, 10yr treasury, fed funds, median home price Read finance.sec-filings Recent SEC filings (10-K, 10-Q, 8-K, etc.) for a US public company by stock ticker. Returns parsed company inf Read finance.security-resolve Universal security-identifier resolver: give one of ticker, isin, or lei → get ticker, CIK, FIGI, LEI, ISINs, Read finance.thirteen-f Parsed institutional holdings (Form 13F-HR) for an investment manager by CIK. Returns each holding Read finance.xbrl-frames SEC EDGAR XBRL Frames — one financial concept across ALL public filers for one period, for cross-company scree Read flight.airport-board Live airport activity board (FlightAware AeroAPI). For an airport (ICAO like KSFO or IATA like SFO), returns r Read flight.route-schedule Scheduled flights between two airports over a date window (FlightAware AeroAPI). Pass origin and destination ( Read flight.status Live flight status by flight designator (UAL1 / UA1) or tail number: origin/destination airports, status, canc Read food.barcode-lookup Food product lookup by UPC/EAN barcode via Open Food Facts (CC0, >3M products). Returns product name, brand, i Read food.hygiene-uk UK Food Standards Agency food hygiene ratings (FHRS). Search by business name and/or postcode; returns rating Read fx.rates Daily reference exchange rates from the European Central Bank (via Frankfurter). 30+ major currencies. Optiona Read fx.timeseries Historical daily exchange-rate series from the European Central Bank (via Frankfurter) with computed stats. ba Read geo.elevation Ground elevation above sea level (meters + feet) for any coordinate on Earth. Pass lat + lon. ~90m DEM. Source Read geo.flood-zone FEMA flood zone for a coordinate (lat/lon). Returns the FEMA flood zone code (AE, VE, X, …), Special-Flood-Haz Read geo.ip IP geolocation: country, region, city, lat/lon, timezone, ASN. Read geo.location-dossier Static risk & context dossier for a US location. Pass lat+lon or a US address (geocoded for you); optional zip Read geo.nearby Everything around a coordinate in one call: nearby airports, public K-12 schools, NOAA climate stations, and p Read geo.postal Resolve a postal/ZIP code to place name(s), administrative divisions (state/province, county/district), and co Read geo.zip-resolve Resolve a US ZIP to its census tract(s), county, CBSA, and congressional district, each with HUD-USPS address- Read geocode.address Forward geocode a free-text address to a coordinate (LocationIQ, OSM/ODbL). Read geocode.reverse Reverse geocode a coordinate to a labeled address. Read github.branches Branches of a repository: name, head commit sha, and protection flag. Read-only; no caller key needed. Read github.commits Commit history for a repository: sha, message, author name + GitHub login, date, and URL. Optionally filter by Read github.contributors Top contributors to a repository, ranked by commit count: login, contributions, account type, and profile URL. Read github.issues List issues for a repository (pull requests excluded): number, title, state, author, labels, comment count, an Read github.languages Programming-language breakdown of a repository: each language with its byte count and percentage of the codeba Read github.pulls List pull requests for a repository: number, title, state, author, draft flag, merged status + time, head/base Read github.readme Fetch a repository Read github.releases List a repository Read github.repo GitHub repository metadata: full name, owner, description, stars, forks, watchers, open issues, primary langua Read github.repos List a user or organization Read github.search-code Search code across GitHub with the code-search syntax (e.g. Read github.search-repos Search GitHub repositories with the full query syntax (e.g. Read github.tags Git tags of a repository (name + commit sha), most recent first. Pair with github.releases for published relea Read github.user GitHub user or organization profile: login, name, company, blog, location, bio, type (User/Organization), foll Read gov.bea-gdp Quarterly real GDP by US state from the Bureau of Economic Analysis (BEA) Regional accounts — all-industry tot Read gov.bill-summaries Latest US Congressional bill summaries (CRS-authored, attached to specific bill versions) via Congress.gov. Fi Read gov.carrier-safety FMCSA motor-carrier (trucking/bus) safety profile. Pass dot (USDOT number) for the full record: legal/DBA name Read gov.congress-amendment US Congressional amendments lookup or list (Congress.gov). Types: hamdt (House), samdt (Senate), suamdt (Senat Read gov.congress-bill US Congressional bill lookup (congress + type + number) or filtered list via Library of Congress Congress.gov Read gov.congress-committee US Congressional committee list or single-committee detail (Congress.gov). Filter list by congress + chamber ( Read gov.congress-filings Track US House members Read gov.congress-hearing US Congressional hearings (Congress.gov). Pass congress+chamber+jacketNumber for single hearing; otherwise lis Read gov.congress-member US Congress member lookup by bioguide ID or filtered list (state, district, congress, currentMember). Bioguide Read gov.congress-nomination US presidential nominations (cabinet, judicial, executive) sent to the Senate for confirmation (Congress.gov). Read gov.congress-record Daily Congressional Record issues (official US House+Senate proceedings transcript) via Congress.gov. Filter b Read gov.congress-trades Search individual US Congress member stock trades parsed from STOCK Act PTRs into clean rows. Filter by member Read gov.congress-treaty International treaties transmitted to the US Senate for advice and consent (Congress.gov). Read gov.contract-opportunities Search ACTIVE US federal contract opportunities (solicitations, RFPs/RFQs, sources-sought) from SAM.gov. Requi Read gov.counterparty Federal counterparty due-diligence dossier on one name, in a single call: SAM registration + SAM exclusions (d Read gov.disaster-assistance FEMA disaster assistance dollars — how much federal aid was approved or obligated for a declared disaster, by Read gov.disaster-declarations FEMA federal disaster & emergency declarations — every federally declared disaster since 1953, including ones Read gov.district Resolve a US street address to its congressional district (119th Congress), state, and county via the US Censu Read gov.entity Look up entities registered to do business with the US federal government in SAM.gov. Search by ueiSAM, cageCo Read gov.epa-facilities EPA Facility Registry Service (FRS): regulated facilities by state, optional name prefix, optional program acr Read gov.eu-tenders Search EU public-procurement notices from TED (Tenders Electronic Daily). Filter by country (ISO 3-letter buye Read gov.exclusions Check whether a person or company is excluded (debarred/suspended) from US federal contracts, grants, or assis Read gov.fair-market-rent HUD Fair Market Rents by area (Efficiency–4BR). Pass a 5-digit county FIPS or a 2-letter state, optional year. Read gov.fcc-id Resolve an FCC ID (printed on US wireless/electronic devices) to the grantee — the manufacturer holding the FC Read gov.fda-animalvet-events FDA animal/veterinary adverse event reports. Filter by drug, species, or reaction. Read gov.fda-device-events FDA medical device adverse event reports (MAUDE), newest first. Filter by device, manufacturer, or product cod Read gov.fda-drug-events FDA adverse drug event reports (FAERS). Search by drug name, optionally filter by MedDRA reaction term. Return Read gov.fda-food-recalls FDA food recall enforcement reports, newest first. Filter by product name, classification, status, recalling-f Read gov.fda-recalls FDA drug recall enforcement reports, newest first. Filter by drug name, classification (I/II/III), and status. Read gov.fec US federal campaign finance from the FEC (openFEC). Two modes: pass name to search candidates (returns FEC can Read gov.fec-candidate Search US federal political candidates via OpenFEC. Filter by q (name), candidate ID, state/district, party, o Read gov.fec-committee Search US federal political committees (PACs, super PACs, party committees, candidate principal committees) vi Read gov.fec-contributions FEC Schedule A — itemized contributions to federal political committees (>264M rows). Filter by recipient comm Read gov.fec-expenditures FEC Schedule B — itemized committee disbursements (>157M rows). Filter by committeeId, recipient name/city/sta Read gov.fec-totals FEC aggregate financial totals (receipts, disbursements, cash-on-hand, debt, etc.) for candidates (scope=candi Read gov.federal-register-recent Chronological feed of newest Federal Register documents (RULE / PRORULE / NOTICE / PRESDOCU) — use for complia Read gov.foreign-agents Search currently-active FARA (Foreign Agents Registration Act) registrants by name. Returns whether the entity Read gov.hazard-mitigation FEMA Hazard Mitigation Assistance (HMA) funded projects — the pre- and post-disaster mitigation grants FEMA ha Read gov.house-votes US House of Representatives roll-call votes, newest first. Locally aggregated daily from clerk.house.gov. Filt Read gov.income-limits HUD income limits (median income + extremely-low/very-low/low thresholds by household size). Pass a 5-digit co Read gov.inmate-locator Federal Bureau of Prisons inmate search, 1982-present (current + released). By lastName (+ firstName/age/sex/r Read gov.lobbying-filings US federal lobbying disclosures (Senate LDA) — who lobbies for whom, on what issues, for how much. Filter by r Read gov.msha-accidents MSHA mine safety accident records via DOL Open Data Portal (~738k). Every US coal + metal/nonmetal mine accide Read gov.nfip-claims FEMA National Flood Insurance Program (NFIP) claims history for a US location — the flood losses actually paid Read gov.osha-accidents OSHA-investigated workplace accident reports via DOL Open Data Portal (~165k). Each row carries summary_nr, re Read gov.osha-inspections Search OSHA inspection records via US Department of Labor Open Data Portal (~5M historical inspections). Filte Read gov.osha-violations OSHA citation / violation records via DOL Open Data Portal (~13.2M citations). Link to inspections by activity Read gov.product-recalls CPSC consumer-product recalls (SaferProducts.gov), newest first. Covers everything outside FDA (food/drug/devi Read gov.public-assistance FEMA Public Assistance (PA) funded project details — the post-disaster grants FEMA obligates to state/local/tr Read gov.representatives Your sitting US Congress members for a location. Pass a US address (geocoded to its state + congressional dist Read gov.risk-index FEMA National Risk Index for a US county — the authoritative natural-hazard risk profile. Look up by countyFip Read gov.senate-votes US Senate roll-call votes, newest first. Locally aggregated daily from senate.gov. Filter by congress, session Read gov.uk-crime UK street-level crime around a lat/lng (+optional month YYYY-MM, defaults latest, data lags ~2mo) from Home Of Read gov.usajobs Search open US federal government job postings from the official USAJOBS API. Filter by keyword (title/skills) Read gov.usaspending-awards Search federal awards (contracts, grants, loans, direct payments) via USAspending.gov. Largest-amount first wi Read gov.usgs-water Real-time USGS NWIS stream/river/groundwater readings within a bbox around lat/lon. Default variables: streamf Read health.disease-surveillance Current US disease surveillance from the CDC (NNDSS weekly notifiable-disease counts, MMWR 2022→current). Filt Read health.hospital-lookup CMS Care Compare hospital lookup. Lookup by 6-digit CMS Facility ID, or fuzzy by name + city + state + hospita Read health.hospital-quality CMS Care Compare hospital quality ratings (~5,300 Medicare-certified US hospitals): overall star rating + mort Read health.medicare-provider Medicare utilization + payments by provider (CMS annual dataset): beneficiary counts, total services, submitte Read health.mortality-stats US mortality statistics (CDC NCHS). dataset=leading-causes: annual deaths + age-adjusted rate by state and top Read health.open-payments CMS Open Payments — Sunshine Act payments from pharma/device manufacturers to US physicians or teaching hospit Read health.provider-profile Provider 360 by NPI — merges NPPES identity (name, specialty, address, licenses) + CMS Open Payments (industry Read html.to-markdown Convert raw HTML you already have into clean reading markdown (no URL fetch). POST { html }. Strips scripts/na Read image.compress Compress an image (fetch by URL OR pass base64 inline). Returns compressed bytes (base64 in MCP transport). Pr Read inflation.calculator Adjust a US dollar amount for inflation between two dates ( Read inflation.expectations US inflation expectations — 5y & 10y TIPS breakevens, 5y5y forward, and U-Michigan 1-year consumer expectation Read inflation.hicp EU harmonized inflation (HICP annual rate) — the official cross-country-comparable inflation rate for the EU, Read inflation.rates Current US inflation by measure with index level + YoY/MoM %. Pass measure (cpi, core-cpi, pce, core-pce, ppi, Read ipinfo.bulk Bulk geolocate up to 100 IPs in one call. Read iso.currency ISO 4217 currency lookup. Pass code (alphabetic USD or 3-digit numeric 840) or country. Returns alphabetic + n Read iso.language ISO 639 language lookup. Pass code in any form — 639-1 (en), 639-2/B (ger), 639-2/T (deu) — or name. Returns t Read iso.subdivision ISO 3166-2 subdivision lookup (states/provinces/regions). Pass code (US-CA) to resolve one → name + country, o Read job.federal-codes USAJobs reference codelists — 33 lookup tables (agencysubelements, occupationalseries, paygrades, payplans, hi Read job.federal-search Search current US federal job postings via USAJobs. Filter by keyword, positionTitle, locationName, remote, pa Read labor.openings US labor-market turnover from BLS JOLTS (total nonfarm, national), monthly newest-first. measure = openings (d Read labor.unemployment US unemployment from BLS, monthly newest-first — national (CPS, area= Read labor.wages Occupational employment + wages from BLS OEWS by SOC code, nationally or by US state. Pass soc (e.g. 15-1252 S Read law.attorney-lookup CourtListener attorney search by name and/or firm. Returns parsed attorney records with firm name, contact inf Read law.case-search Search US federal + state case law (CourtListener / Free Law Project). Read law.case-verify Verify every US legal citation inside a passage of text against the real CourtListener corpus. Anti-hallucinat Read law.cfr-section Fetch the authoritative full text of a US Code of Federal Regulations section by title + section number (e.g. Read law.citation-check Anti-hallucination checker for legal references. POST text to verify every cited case (CourtListener), US Code Read law.docket-search Search US federal court dockets (civil + criminal) from the RECAP/PACER archive. q full-text (case/party name) Read law.federal-register Search US Federal Register documents (proposed rules, final rules, notices). Read law.judge-lookup CourtListener federal judge lookup by name. Returns parsed judge records with biographical data (DOB, DOD, FJC Read law.opinion Fetch the full text of a US court opinion by CourtListener opinion ID OR by citation. Returns plain text + cas Read law.sanctions-check Fuzzy-match a name (person, company, vessel, aircraft) against the US Treasury OFAC SDN list. Returns ranked m Read law.trademark-search Search US trademarks by wordmark text, owner, or goods/services — the text search the USPTO offers no public A Read law.trademark-status Verify a US trademark by USPTO serial number (8 digits) or registration number: word mark, LIVE/DEAD status wi Read law.usc-section Fetch the authoritative current text of a United States Code section by title + section number (e.g. title 17, Read license.broker FINRA BrokerCheck — registered US brokers / investment advisors. Search by free-text query (name + firm) or by Read license.medical US healthcare provider lookup (NPPES NPI Registry). Lookup by 10-digit NPI (precise) or firstName + lastName + Read license.real-estate US real-estate license verification (currently TX TREC: brokers, sales agents, broker companies). By name (par Read license.trades US trade/occupational license verification (currently TX TDLR: electricians, A/C techs, cosmetologists, tow op Read lock.acquire LOCK: acquire a distributed lock/lease, scoped to YOUR wallet. Read lock.renew LOCK: extend a lock you hold, scoped to YOUR wallet. Read maritime.cases US Coast Guard activity / port-state-control case history for a vessel, by USCG vessel id (from maritime.vesse Read maritime.port Look up world ports and terminals in the NGA World Port Index (Pub 150, ~2,950 ports) by port name (partial) a Read maritime.vessel Search the US Coast Guard PSIX vessel registry by name (partial), call sign, official number, hull number (HIN Read markets.holiday Stock-exchange holiday calendar. Pass exchange (default US); returns the list of upcoming market holidays with Read markets.status Is a stock exchange open right now? Pass exchange (default US); returns whether trading is open, the current s Read medical.device-510k FDA 510(k) premarket clearances — medical devices cleared for US marketing via substantial equivalence. Search Read medical.device-classification FDA medical device classification — regulatory class and controls for a device type. Search by device name or Read medical.device-recall FDA medical-device recalls — devices removed or corrected in the US market due to a possible health risk. Sear Read medical.device-udi FDA GUDID device lookup — identify a marketed medical device by UDI/device identifier, brand, or company. Retu Read medical.drug-approval FDA drug approval history from Drugs@FDA. Give a drug name (brand/generic), an FDA application number (e.g. ND Read medical.drug-label Authoritative FDA drug label (Structured Product Labeling). Give a drug name (brand/generic/substance), or an Read medical.drug-price US drug pricing from CMS NADAC (National Average Drug Acquisition Cost), the benchmark per-unit acquisition co Read medical.drug-status One-call drug situational awareness: whether a drug is currently in FDA shortage, any open/recent FDA recalls, Read medical.genetics MedlinePlus Genetics (NLM) reference for a genetic condition or gene. Give a term (e.g. Read medical.icd10 Verify an ICD-10-CM diagnosis code (with or without the dot, e.g. E11.9) or keyword-search the official US cod Read medical.npi US healthcare provider lookup in the CMS NPPES registry (~9.6M providers). Give an exact 10-digit NPI, or sear Read medical.provider-id-resolve Resolve an NPI to provider identity + every taxonomy decoded to specialty (NPPES + NUCC). CCN deferred. Read medical.rxnorm Normalize and verify drug names against RxNorm, the canonical US drug vocabulary (NIH). term= Read medical.taxonomy-specialty Decode a NUCC provider-taxonomy code → grouping, classification, specialization, and display name. Read music.artist Resolve a music artist from MusicBrainz (CC0). Pass a name or query. Returns ranked artists with MBID, name, s Read music.recording Resolve a song/recording from MusicBrainz (open, CC0 music encyclopedia). Pass artist + title, or a free-text/ Read music.release Resolve an album/release from MusicBrainz (CC0). Pass a barcode (UPC/EAN), artist + album, or a free-text quer Read net.asn Autonomous System (BGP) intelligence by AS number (e.g. AS3333). Returns the AS holder/operator, IANA/RIR allo Read net.ip-resolve Resolve an IP to its ASN, holder org, RIR allocation block, ISP, and geo in one call. Read net.mac-vendor Resolve a MAC address (or bare OUI prefix) to its IEEE-registered hardware vendor. Accepts any format (FC:FB:F Read net.rpki-validity RPKI Route Origin Validation for a (BGP origin AS, prefix) pair — is this AS authorized to originate this pref Read news.hn-item Fetch a specific Hacker News item by numeric ID. Read news.hn-search Full-text search across all of Hacker News (via the Algolia HN API). Search stories or comments by keyword, so Read news.hn-top Hacker News feed. kind = top | new | best | ask | show | job. Returns items with title, URL, score, comment co Read news.hn-user Hacker News user profile by username. Returns id, account creation time (unix + ISO), karma, the about/bio tex Read news.search Live news search: recent headlines with publisher source, relative age, and breaking flag. freshness narrows r Read nonprofit.screen Look up US 501(c) nonprofits and screen each against the OFAC sanctions list in one call: registry record (EIN Read nonprofit.search US 501(c) nonprofit organization search via ProPublica Nonprofit Explorer (IRS Form 990 + BMF). Search by name Read nutrition.food USDA FoodData Central nutrition lookup (~400k foods). Search by name (query=cheddar cheese) for matching foods Read occupation.profile Full occupation dossier from ONET (US DOL) by SOC/ONET-SOC code (e.g. 15-1252). Returns title, description, br Read occupation.related Occupations related/career-adjacent to a given ONET occupation, by SOC/ONET-SOC code. Returns ranked related o Read occupation.search Find ONET occupations by keyword (job title, skill, or activity). Returns ranked occupations with SOC/ONET-SOC Read paper.doi-lookup Resolve a DOI to authoritative bibliographic metadata via Crossref. Returns work type, title, container (journ Read papers.search Unified academic paper search across arXiv + PubMed + Semantic Scholar. Read park.lookup Unified read API over the US National Park Service developer.nps.gov. resource = parks | alerts | campgrounds Read patents.detail Full file-wrapper detail for a US patent application: bibliography, event timeline (filings, Office Actions, a Read patents.documents List every document in a US patent application file wrapper: Office Actions (CTNF, CTFR), IDS, claims, notices Read patents.epo-biblio Bibliographic record for a patent publication via EPO OPS: invention titles (multiple languages), applicants, Read patents.epo-family INPADOC patent family for a publication via EPO OPS — every worldwide equivalent of the same invention (same p Read patents.epo-legal INPADOC legal-status events for a patent publication via EPO OPS: the timeline of procedural events (examinati Read patents.epo-search Search worldwide patent publications via the European Patent Office\ Read patents.search Search US patent applications and grants (USPTO Open Data Portal). Returns titles, inventors, applicants, stat Read person.cross-registry Sweep a person name across five US public registries in one call: FINRA brokers, federal-court attorneys, fede Read phone.normalize E.164-normalize and classify a phone number using libphonenumber. Returns format variants (E.164, internationa Read poi.near Find points of interest near a coordinate. Backed by OpenStreetMap (Overpass API). Returns name, OSM id, lat/l Read predict.activity A wallet\ Read predict.events Polymarket events (containers grouping related markets) with prices and volume. Read predict.holders Top holders of a Polymarket market, grouped by outcome token (conditionId). Each holder: wallet, trader name, Read predict.kalshi-events Browse Kalshi events (an event groups related markets, e.g. an election or a game). Filter by status / seriesT Read predict.kalshi-market A single Kalshi market by ticker. Returns yes/no bid+ask and last price (dollars, implied probability), volume Read predict.kalshi-markets Browse Kalshi regulated prediction markets. Filter by status (open/closed/settled), eventTicker, seriesTicker, Read predict.kalshi-orderbook Order book for a Kalshi market by ticker: resting yes and no bids with price (dollars) and size (contracts). O Read predict.kalshi-trades Recent trades on Kalshi, optionally filtered to one market ticker. Returns each trade Read predict.leaderboard Polymarket smart-wallet leaderboard ranked by PnL or volume. Read predict.limitless-markets Active prediction markets on Limitless Exchange (on-chain, Base; keyless). Each market: conditionId, title, sl Read predict.market A single Polymarket market by conditionId, slug, or id. Returns the question, outcomes + live prices (implied Read predict.markets Browse Polymarket prediction markets. Filter by active/closed, order by volume/liquidity/endDate, page with li Read predict.matched-pairs Cross-venue equivalent market pairs (same question on Polymarket vs Kalshi) with price spread for arbitrage sp Read predict.orderbook Full CLOB order book (bids + asks with price and size) for a Polymarket outcome token. Use the clobTokenIds fr Read predict.positions A wallet\ Read predict.price Live best bid, best ask, and midpoint for a Polymarket outcome token (CLOB token id — get it from predict.mark Read predict.price-history Time-series price (implied-probability) history for a Polymarket outcome token. Pass the CLOB token id and an Read predict.search Cross-venue prediction-market keyword search (Polymarket + Kalshi + Limitless) with a venue tag on each hit. Read predict.sports Sports prediction markets (game outcomes) across Polymarket + Kalshi. Read predict.trades Recent Polymarket trades. Filter by market (conditionId) and/or user (wallet address); page with limit (max 50 Read predict.whales Polymarket whale radar: the largest recent trades by USD notional across all markets, ranked. Optional minUsd Read product.gtin Decode/validate a product barcode (UPC-A/EAN-13/EAN-8/GTIN-14/ISBN-13/ISSN): GS1 mod-10 check-digit validation Read property.nyc-deed-history NYC ACRIS deed + mortgage history for a BBL. Each row carries a documentId you can use to drill into the ACRIS Read property.nyc-parcel-lookup NYC tax-lot lookup via PLUTO — every NYC lot with owner, zoning, lot/building area, year built, classification Read property.nyc-permits NYC DOB construction permits. Filter by bbl or address, jobType (A1/A2/A3/NB/DM/etc.), permitStatus (ISSUED/IN Read property.nyc-violations NYC HPD housing violations. Filter by bbl or address, classCode (A=least severe through C=immediately hazardou Read pubsub.publish PUBSUB: publish a message to a topic YOU own, fanning out a... Read quakes.recent Recent earthquakes near a coordinate (USGS feed). Read queue.stats QUEUE: depth of a queue, scoped to YOUR wallet - counts of... Read recreation.search Recreation Information Database (RIDB / Recreation.gov) — federal lands across NPS, USFS, BLM, USACE, BOR, FWS Read registry.npm-lookup Look up an npm package by name (supports @scope/name). Returns description, repository, license, author + main Read registry.pypi-lookup Look up a Python package on PyPI. Returns version, summary, project URLs, license, author/maintainer, classifi Read research.author Resolve a researcher by ORCID iD. Returns name, affiliations (employments + educations with a current flag), a Read research.funding Search US federal biomedical research grants via NIH RePORTER. Filter by term (title/terms/abstract), org, pi, Read research.org Resolve a research organization via the Research Organization Registry (ROR). Pass id (a ROR id) or name (free Read schedule.cancel SCHEDULE: stop an active schedule immediately, scoped to... Read schedule.create SCHEDULE: arm a time-driven callback, scoped to YOUR wallet... Read schedule.status SCHEDULE: check a schedule\ Read search.ai AI web search optimized for agents. Returns ranked results with the relevant extracted content of each page (n Read search.endpoints Find the right 2s endpoint(s) for a task using a natural-language query (e.g. Read search.extract Extract clean, LLM-ready content from up to 5 URLs in one call. POST { urls[], depth? }. Returns the main text Read search.web Live web search: ranked results with title, URL, snippet, site name, and page age — fresh information past any Read security.attack Authoritative MITRE ATT&CK (Enterprise) technique lookup. Pass id (T1059 / T1059.001) for name, tactics, descr Read security.capec Authoritative MITRE CAPEC (Common Attack Pattern Enumeration) lookup. Pass id (CAPEC-66 or 66) for name, abstr Read security.cve Look up a CVE by id (e.g. CVE-2021-44228) across three authoritative vulnerability feeds in one call: the cano Read security.cve-changes CVE change feed — the CVE records MODIFIED within a time window, so an agent can incrementally maintain a vuln Read security.cve-search Find CVEs affecting a product by searching the NIST NVD. Pass product (free-text keyword, e.g. Read security.cwe Authoritative MITRE CWE (Common Weakness Enumeration) lookup. Pass id (CWE-79 or 79) for the canonical weaknes Read security.exploit-availability Does public exploit code exist for a CVE, and where? Pass cve (CVE-2021-44228). Returns hasPublicExploit, coun Read security.http-headers Fetch a URL and grade its HTTP security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer- Read security.ics-advisories Latest CISA ICS/OT security advisories (industrial control systems) — id, title, link, date, summary. Optional Read security.ioc-reputation Threat-intel reputation for an IOC — pass ioc as an IP, domain, URL, or file hash (auto-detected). Returns a m Read security.ip-abuse AbuseIPDB single-IP abuse check. Pass ip (IPv4/IPv6). Returns abuseConfidenceScore (0-100), totalReports, numD Read security.ip-blacklist AbuseIPDB bulk blacklist — most-reported abusive IPs above a confidence threshold (the fail2ban / firewall blo Read security.ip-block AbuseIPDB subnet (CIDR) check — which IPs inside a network block have been reported. Pass network as a CIDR (e Read security.ip-reputation Multi-source IP reputation with one combined authority score (0-100). Polls AbuseIPDB (crowd abuse confidence) Read security.package Security + provenance for an open-source package, composed live in one call from OSV (known vulnerabilities — Read soil.hardiness-zone USDA Plant Hardiness Zone for a US ZIP code — planting zone (e.g. Read soil.profile Ground-truth soil profile for any US lat/lng from USDA-NRCS SSURGO. Returns the soil map unit + component soil Read space.body Asteroid/comet physical + orbital parameters from NASA JPL Small-Body Database by designation, number, or name Read space.close-approaches Near-Earth asteroid/comet close approaches to Earth in a date window + max distance (NASA JPL CAD). Returns de Read space.exoplanet Confirmed exoplanets from the NASA Exoplanet Archive (~6k, weekly). Filter by name, hostStar, discoveryYear, o Read space.launches Upcoming or recent orbital rocket launches (Launch Library 2). when=upcoming|previous, optional search by rock Read space.observe Where is an asteroid/comet in the sky and can you see it? Propagates JPL orbital elements (validated vs Horizo Read space.satellite Current position of any cataloged satellite by NORAD number (e.g. 25544=ISS) via fresh Celestrak elements + SG Read space.satellites Search the catalog of ~69k cataloged Earth-orbiting objects (CelesTrak SATCAT). Filter by name (q, e.g. Read space.sky-tonight Observer-local sky almanac for a lat/lon + time (computed, no upstream): sun & moon rise/set + current alt/az, Read space.skywatch Synthesis — what is notable in YOUR sky right now (lat/lon): the live almanac (sun, moon phase, planets above Read space.system Synthesis — profile a confirmed exoplanetary system by host-star name (e.g. Read space.weather Current NOAA space-weather snapshot: planetary Kp index, solar flux, geomagnetic storm scale, aurora viewing f Read sports.mlb-schedule MLB games for a date (and optionally one team), via the official MLB Stats API (free/keyless). Each game: game Read sports.mlb-standings MLB regular-season standings for a season (official MLB Stats API, free/keyless). Each team: wins, losses, win Read sports.nba-games NBA games (schedule + scores) by season, date, or team — status, scores, home/visitor teams. Read sports.nba-players Search NBA players by name → position, height, weight, jersey, team. Read sports.nba-teams NBA teams (all 30, or one by id) — conference, division, city, abbreviation. Read sports.nfl-games NFL games (schedule + scores) by season, week, or team — status, scores, venue. Read sports.nfl-players Search NFL players by name → position, team, experience. Read sports.nfl-teams NFL teams (all 32, or one by id) — conference, division, location, abbreviation. Read sports.nhl-schedule Upcoming NHL game schedule for the week anchored on a date (official NHL api-web, free/keyless). Each game: id Read sports.nhl-scores NHL scores and games for a date (official NHL api-web, free/keyless). Each game: id, game state (FUT/LIVE/FINA Read sports.nhl-standings Current NHL standings (official NHL api-web, free/keyless). Each team: conference, division, games played, win Read stocks.company-news Recent news articles about a specific US-listed company. Pass ticker and optionally a from/to date window (YYY Read stocks.earnings-surprises Historical quarterly earnings surprises for a US-listed company — reported (actual) EPS vs the analyst consens Read stocks.financials-reported As-reported financial statements for a US-listed company, exactly as filed with the SEC — balance sheet, incom Read stocks.gov-spending US federal government spending awarded to a public company (sourced from USAspending). Pass ticker and optiona Read stocks.h1b-visas US work-visa (H-1B and related) applications filed by a public company, sourced from Department of Labor LCA d Read stocks.insider-sentiment Aggregated insider sentiment for a US-listed company, by month. For each month returns the net change in insid Read stocks.lobbying US federal lobbying disclosures for a public company (sourced from US Senate LDA filings). Pass ticker and opt Read stocks.metrics Key fundamental metrics and 52-week price statistics for a US-listed company. Pass ticker; returns headline va Read stocks.patents USPTO patent activity associated with a public company. Pass ticker and optionally a from/to window (YYYY-MM-D Read stocks.peers Peer companies for a US-listed ticker — other companies in the same sector and sub-industry, useful for compar Read stocks.quote Latest daily stock quote for a US-listed ticker (e.g. AAPL, MSFT, BRK.B): open/high/low/close, volume, VWAP, t Read stocks.recommendations Analyst recommendation trend for a US-listed company — the number of analysts rating it strong buy, buy, hold, Read stocks.screener Fundamental stock screener over SEC XBRL frames: filter/sort all filers by a concept (or a ratio of two concep Read stocks.symbols Search or list the tradable equity symbol universe for an exchange. Pass q to substring-match on symbol or com Read store.blob-get STORE: download a file you uploaded with store.blob-put, in... Read store.blob-list STORE: list the files you\ Read store.doc-get STORE: fetch a stored document by id, scoped to YOUR wallet. Read store.doc-search STORE: full-text keyword search over documents you stored... Read store.kv-get STORE: read back a JSON value you stored with store.kv-put... Read store.kv-scan STORE: list keys in a namespace, scoped to YOUR wallet... Read store.usage STORE: report how much storage YOUR wallet is using... Read store.vector-query STORE: nearest-neighbor search over vectors you upserted in... Read sunrise.compute Astronomically compute sunrise, sunset, solar noon, and civil/nautical/astronomical twilights for a coord + da Read tax.vat Validate an EU VAT number against the official VIES register in real time. Confirms current registration for i Read tax.vat-rates Current EU VAT rates by member state — standard rate plus reduced/super-reduced/parking/zero rates — from the Read tcg.card A single trading card\ Read tcg.games List all trading-card games/categories (Magic, Pokemon, Yu-Gi-Oh, Lorcana, etc.) with their ids. Read tcg.set-prices All cards in a set with current market/low/mid/high prices (TCGplayer-derived). Pass game + set (groupId). Read tcg.sets List sets for a trading-card game. Pass game (categoryId or name) + optional q name filter. Read telecom.fcc-filings Search FCC ECFS filings for a proceeding/docket (e.g. 17-108 net neutrality, 11-42 Lifeline), optionally by fi Read telecom.market-area Map a US lat/lon to its FCC spectrum-licensing geographies — Cellular Market Area (CMA), Basic/Major Trading A Read tides.now NOAA tide predictions for the nearest tide station to a coordinate. Read time.parse Parse a timestamp or date string into canonical forms — zero-dependency. Accepts unix seconds/millis or any st Read timezone.lookup Resolve a coordinate to its IANA timezone, current UTC offset, local wall time, DST status, and short abbrevia Read tld.info TLD registry + Public Suffix List intelligence. tld=io returns IANA root-zone metadata (type, managing organiz Read tls.cert-info Open a live TLS connection to a host and return its certificate: protocol + cipher, chain validity, leaf subje Read trade.commodity-resolve Cross-walk a traded-good code across HS ↔ HTS ↔ Schedule B ↔ NAICS (+ SITC) via the shared HS6 (Census concord Read trade.flows Annual international merchandise-trade flows from UN Comtrade (HS classification). reporter = country whose tr Read trade.locode Look up or search UN/LOCODE — the UN Code for Trade and Transport Locations (~116k locations, all countries). Read trade.tariff Look up or search the US Harmonized Tariff Schedule (HTS / HS codes). Pass code for an exact HTS number (retur Read transcribe.audio Transcribe an audio file URL to text (wav, mp3, m4a, ogg/opus, flac, webm; ≤15 MB, ≤15 minutes — split longer Read travel.advisory Current US State Department travel advisories. Omit country for the full list, or pass a country name (case-in Read travel.visa Visa requirement for a passport × destination. Pass passport and destination as ISO-3166 alpha-3, alpha-2, or Read treasury.cash Daily Treasury Statement (DTS) operating cash balance — Treasury General Account at the Federal Reserve, plus Read treasury.debt US National Debt — daily Debt to the Penny via US Treasury Fiscal Data. Total public debt + held-by-public + i Read treasury.exchange-rates Official US Treasury exchange rates (quarterly) — used by federal agencies for foreign-currency reporting. Pai Read treasury.monthly-statement Monthly Treasury Statement (MTS) — Table 4 federal receipts by source. Monthly + fiscal-year-to-date totals by Read url.clean Fetch a page and return its article content with clutter stripped (no nav, ads, footer, scripts). format: mark Read url.map Discover the URLs a page or sitemap points at in a single fetch — <loc> entries from an XML sitemap/sitemap-in Read url.unfurl Open Graph / Twitter Card metadata for a URL — title, description, image, site name. Read validate.aba Validate a US bank ABA routing number with the Federal Reserve weighted mod-10 (3-7-1) checksum, not just a re Read validate.batch Validate up to 100 mixed identifiers in one deterministic call. Pass items=[{type,value}] with type one of iba Read validate.bic Validate a SWIFT/BIC code (ISO 9362): 8 or 11 chars = institution + ISO country + location + optional branch, Read validate.cusip Validate a CUSIP (9-character US/Canada securities identifier) with its mod-10 weighted check digit. Returns v Read validate.gln Validate a GS1 GLN (Global Location Number), 13 digits with the GS1 mod-10 check digit. GLNs identify trading Read validate.gtin Validate a product barcode (GTIN-8/12/13/14, UPC-A, EAN-13, ISBN-10/13) with the GS1 mod-10 / ISBN mod-11 chec Read validate.iban Validate an IBAN (International Bank Account Number) with full ISO 13616 checks: country-specific length + ISO Read validate.isin Validate an ISIN (ISO 6166 securities identifier): 2-letter country + 9-char NSIN + Luhn check digit. Returns Read validate.lei Validate a Legal Entity Identifier (LEI, ISO 17442) with the ISO 7064 mod-97-10 check digits. Returns valid, n Read validate.sscc Validate a GS1 SSCC (Serial Shipping Container Code), 18 digits with the GS1 mod-10 check digit. SSCCs identif Read vehicle.canadian-specs Canadian-market vehicle dimensions/weights from NHTSA vPIC Canadian Vehicle Specifications. Pass year + make ( Read vehicle.complaints NHTSA consumer complaints by make/model/year. Returns incident date, component, summary, crash/injury/fatality Read vehicle.decode-wmi Decode a 3-character World Manufacturer Identifier (WMI), the first 3 chars of a VIN, to manufacturer. Read vehicle.fuel-economy Official US EPA/DOE fuel-economy, fuel-cost, and emissions data for a vehicle by year + make + model. Returns Read vehicle.investigations NHTSA open vehicle investigations, newest first. Chronological feed — filters (make/model/year) are not suppor Read vehicle.manufacturers Paginated list of all NHTSA-registered vehicle manufacturers (vPIC). Read vehicle.models List all models offered by a make in a given model year (vPIC). Read vehicle.profile Vehicle 360 by VIN — decodes the VIN (make/model/year/trim/engine, NHTSA vPIC) then returns THAT vehicle\ Read vehicle.recalls NHTSA vehicle recall lookup. Search by VIN (precise), or make/model/year, or NHTSA campaign ID. Returns recall Read vehicle.safety-ratings NHTSA NCAP 5-Star crash-test ratings by make/model/year. Returns one item per crash-tested body style with ove Read vehicle.vin-decode Decode a 17-character VIN via NHTSA vPIC. Returns make, model, model year, body class, engine, transmission, f Read watchers.business-earnings WATCHER: get a signed callback around a US company\ Read watchers.company-news WATCHER: get a signed callback when a new news article is published about a US company. Arm once, pay once. Pa Read watchers.dns WATCHER: get a signed callback when a host\ Read watchers.flight-status WATCHER: get a signed callback when a flight\ Read watchers.fred-series WATCHER: get a signed callback when a FRED economic series\ Read watchers.funding-rate WATCHER: get a signed callback when a Hyperliquid perpetual\ Read watchers.http-headers WATCHER: get a signed callback when a website\ Read watchers.ioc-reputation WATCHER: get a signed callback when an indicator of compromise (IP or domain) changes malicious status across Read watchers.ipo WATCHER: get a signed callback when a new US IPO appears on the calendar. Arm once, pay once. Optionally pass Read watchers.package-release WATCHER: get a signed callback when a package publishes a new version — track your dependencies. Arm once, pay Read watchers.paper WATCHER: get a signed callback when a new academic paper matching your query is published (arXiv / PubMed / Se Read watchers.patent WATCHER: get a signed callback when a new USPTO patent matching your query appears. Arm once, pay once. Pass q Read watchers.prediction-market WATCHER: get a signed callback when a Polymarket outcome\ Read watchers.product-recall WATCHER: get a signed callback when a new US product recall is published (CPSC). Arm once, pay once. Optionall Read watchers.sec-filing WATCHER: get a signed callback when a US company files with the SEC (EDGAR). Arm once, pay once. Pass ticker; Read watchers.status Status of a watcher by watcherId: state (armed/completed/expired/cancelled), fires used/remaining, expiry, rec Read watchers.weather-alert WATCHER: get a signed callback when the US National Weather Service issues a new alert for an area. Arm once, Read watchers.whois WATCHER: get a signed callback when a domain\ Read water.gauge Real-time US river/stream conditions from a USGS monitoring site. Pass site (USGS site number, e.g. 01646500). Read weather.air-quality Current air quality for any coordinate worldwide: US AQI (+ category) and European AQI, plus PM2.5, PM10, ozon Read weather.alerts Live US National Weather Service active alerts (watches/warnings/advisories) for a point ( Read weather.forecast Official US National Weather Service forecast for a coordinate (US land + territories). Pass lat + lon for ~7 Read weather.history Historical daily weather (ERA5, 1940→~5 days ago) for a coordinate + date range (start, end YYYY-MM-DD, ≤366 d Read weather.marine Current marine/sea-state for an ocean or coastal coordinate: significant wave height, direction, period, plus Read weather.zip Current US weather for a ZIP code (NOAA NWS). Read wikidata.entity Fetch a Wikidata entity (Q42, P31, etc.) — structured knowledge-graph record with labels + descriptions in sel Read wikipedia.summary Wikipedia article summary with thumbnail URL. Read word.define English dictionary entry via dictionaryapi.dev (Wiktionary, CC BY-SA). Returns IPA phonetic transcription(s), Read word.related Related-word lookup via Datamuse. Supply a seed word and relation kind: rhymes, near-rhymes, synonyms, antonym Read worldbank.indicator World Bank Open Data — fetch a time series of a specific indicator (e.g., NY.GDP.MKTP.CD = GDP current US$) fo

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Mcp

Can an AI agent move money through the MCP server? +

Yes. The Mcp server exposes 4 financial tools including predict.crypto-updown, predict.wallet, watchers.fear-greed. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the MCP server? +

Yes. The Mcp server exposes 6 destructive tools including queue.ack, store.blob-delete, store.doc-delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Mcp? +

The Mcp server has 17 write tools including barcode.generate, edi.ack, edi.edifact-generate. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Mcp.

How many tools does the MCP server expose? +

571 tools across 4 categories: Destructive, Execute, Read, Write. 531 are read-only. 40 can modify, create, or delete data.

How do I enforce a policy on Mcp? +

Register the MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Mcp tool call.

Deterministic rules across all 571 Mcp tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

571 Mcp tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.