The open web catalog

A browser CLI for your AI Agents

One CLI for skills, browser primitives, debugging, and cloud sessions, designed to be driven by AI Agents.

 

Give AI Agents the skills to automate websites from the open web catalog. Suggested DOM selectors and XHR requests cut token costs by 50x.

Commands
$ browse skills add alltrails.com
$ browse skills add recreation.gov
$ browse skills add weather.gov
$ browse skills add plugshare.com
$ browse skills add ramp.com
 
$ claude "Plan a road trip to Utah with EV charging stops and campsites for each night. Book and reimburse on Ramp."
  1. 01
    cali-highway-trafficabc7news.com

    Return current real-time MPH for every California highway covered by ABC7's traffic map — per road, per direction, with active incidents — by querying the Sigalert/Total Traffic Network JSON backend that the abc7news.com/traffic/ page embeds via iframe.

  2. 02
    search-trailsalltrails.com

    Search AllTrails for hiking, biking, running, climbing, backpacking, or paddling trails near a location and return matching trails (name, location, lat/lon, length, elevation gain, difficulty, route type, rating, photos, description, attributes, canonical URL) as structured JSON.

  3. 03
    search-productsamazon.com

    Search Amazon (any storefront TLD) for products matching a keyword, full search URL, ASIN list, or category-browse intent, with full filter-rail coverage (department, brand, rating, price, Prime, delivery speed, deals, condition, seller, apparel attrs, niche filters, sort, pagination). Returns structured per-product JSON with ASIN, title, brand, image, prices, rating, badges, and canonical /dp URL.

  4. 04
    search-listingsairbnb.com

    Search Airbnb for short-term rental listings in a given location and date window — supporting the full filter surface (dates, guests, price, place + property type, bedrooms / beds / baths, amenities, booking options, accessibility, host language, the top-of-page category rail, and map bounding box) — and return each matching property as structured JSON via the SSR StaysSearch GraphQL blob embedded in the page. Read-only.

  5. 05
    search-listingscraigslist.org

    Search Craigslist in a given city and category for listings matching a query, returning each listing's title, price, location, posting date, and listing URL.

  6. 06
    picture-of-the-dayapod.nasa.gov

    Fetch NASA's Astronomy Picture of the Day (APOD) — today's curated image or video plus title, explanation, copyright, and HD image URL. Supports any date back to 1995-06-16.

  7. 07
    claims-searchaivaclaims.com

    Search AIVA Claims Assistant's public 22-entry FAQ knowledge base for VA-disability-claim service info (eligibility, pricing, process, AI-model vendor, accreditation). Returns matching Q&A pairs by category. Read-only; no sign-in.

  8. 08
    find-trains12306.cn

    Query China Railway (12306.cn) for the train schedule between two stations on a given date — train number, departure/arrival station + time, journey duration, and per-class seat availability. Read-only; no login.

  9. 09
    search-productaliexpress.com

    Search AliExpress by product name / keyword and return a structured list of matching listings — productId, canonical detail URL, title, current price, list price, discount %, rating, sold count, and badges. Read-only.

  10. 10
    search-recipesallrecipes.com

    Search Allrecipes for recipes (keyword, ingredient list, category browse, or direct recipe URL) and return structured JSON with ratings, ingredients, instructions, nutrition, times, and full media — by parsing the SSR HTML search cards and each recipe page's schema.org LD+JSON Recipe block.

  11. 11
    browse-productsamazon.in

    Search Amazon.in by keyword and return structured product listings — ASIN, title, current price (INR), MRP, rating, review count, canonical URL, sponsored flag, and free-delivery flag — from the first search-results page.

  12. 12
    discover-industrial-opportunitiesamericanreindustrialization.com

    Discover companies, startups, suppliers, and job opportunities across American reindustrialization — manufacturing, energy, defense, aerospace, robotics, semiconductors, and industrial software — via the site's public JSON REST API at /api/* (companies, jobs, categories, tags).

  13. 13
    search-rentalsapartments.com

    Search Apartments.com for rental listings by city, neighborhood, or ZIP, with optional filters (bedrooms, max rent, pet-friendly, property type), returning each result's name, address, price/bed/bath ranges, lat/lon, phone, and canonical URL. Read-only.

  14. 14
    search-documentationalgolia.com

    Search algolia.com/doc for documentation pages matching a free-text query and return ranked hits with section hierarchy, snippets, and direct anchor URLs — via the public hosted DocSearch API, with a per-page markdown fallback.

  15. 15
    find-yoga-meditation-classapp.ompractice.com

    Find upcoming live yoga, meditation, tai chi, breathwork, and movement classes on Ompractice that match a user's interests, availability, experience level, intensity preference, and class-length preference. Uses Ompractice's unauthenticated DRF API at api.ompractice.com. Read-only — does not book.

  16. 16
    search-tennis-utrapp.utrsports.net

    Search Universal Tennis Rating (UTR) for players by name and return each match's UTR (singles + doubles), three-month rating, profile id, nationality, location, pro status, and third-party rankings via the public api.utrsports.net REST API.

  17. 17
    find-snapshotarchive.org

    Find Internet Archive Wayback Machine snapshots for a URL — single closest, date range, host/prefix enumeration, or full history — returning archived URL, capture timestamp, HTTP status, MIME type, SHA-1 digest, and WARC-record length. Read-only.

  18. 18
    ai-company-searchartificialintelligencecompanies.com

    Search artificialintelligencecompanies.com to find AI vendors and startups serving a given niche or addressing a given problem, returning name, canonical URL, and description per match via the site's public JSON API and JSON-LD category pages.

  19. 19
    manage-candidate-profileashbyhq.com

    Search Ashby ATS for a candidate by email or name, read their full profile (contact info, applications, tags, custom fields, notes), add a note, and submit structured interview feedback against an application — via Ashby's documented REST API.

  20. 20
    cli-setupauto.dev

    Install, authenticate, and verify the @auto.dev/sdk npm package so a downstream agent can run any Auto.dev automotive data task (VIN decode, listings, photos, specs, recalls, payments, APR, TCO, plate-to-VIN, taxes) via the global `auto` CLI, the bundled stdio MCP server, or the JS/TS SDK.

  21. 21
    longtermavis.com

    Search Avis.com for long-term (15-330 day) rental car options at US locations. Returns per-class daily/total prices with pay-now vs pay-later, plus the cheapest deal across the fleet. Read-only; designed for looped multi-location scans to surface unusually cheap long-term deals.

  22. 22
    compare-savings-ratesbankrate.com

    Return ranked Bankrate savings, money-market, and CD rates as structured JSON — bank name, account name, APY, minimums, fees, FDIC/NCUA status, Bankrate score, editorial copy, last-updated timestamp, and affiliate Open Account URLs (captured, never followed). Lead with a Browserbase Fetch of the editorial best-of article; fall back to a remote browser session for the dynamic WRT (Wealth Rate Table) widget when filter dimensions exceed what static HTML exposes.

  23. 23
    news-homepagebbc.co.uk

    Return the current set of top stories from the BBC News homepage — title, summary, canonical article URL, publication timestamp, section, and thumbnail — via the public RSS feed at feeds.bbci.co.uk/news/rss.xml. Read-only.

  24. 24
    check-stockbestbuy.com

    Given a Best Buy SKU or product URL (and optional ZIP), return current price, online Ship-to-Home availability with ETA, pickup availability at nearby stores within radius, plus product title/brand/model/limit notice. Read-only — never adds to cart or reserves.

  25. 25
    search-specialty-coffeebiomacoffee.com

    Enumerate Bioma Coffee Roasters' (Chile) specialty-coffee catalog and filter by origin or tasting-note query. Returns title, origin, notes, starting price (CLP), available variants, SCA score, rating, and product URL. Read-only.

  26. 26
    get-bitcoin-feesbitcoinsapi.com

    Fetch current Bitcoin fee-rate recommendations (fastest, halfHour, hour, economy, minimum) in sat/vB from the Satoshi API's free /api/v1/fees/recommended endpoint. Read-only HTTP GET — no API key, wallet, or signup required.

  27. 27
    find-california-businessbizfileonline.sos.ca.gov

    Search California's bizfileonline.sos.ca.gov portal for a registered business entity by name or entity number, returning status, entity type, formation date, jurisdiction, registered agent, and principal address.

  28. 28
    find-fundingbja.ojp.gov

    Enumerate U.S. DOJ Bureau of Justice Assistance funding opportunities (currently open or closed/expired) as structured JSON via the public funding-api JSON endpoint — title, opportunity ID, status, solicitation type, topics, deadlines, eligible applicants, and NOFO PDF URL — with client-side filtering on keyword, topic, applicant type, and date range.

  29. 29
    search-hotelsbooking.com

    Search Booking.com for hotels, apartments, hostels, and other accommodations in a given destination and date window. Supports the full Booking filter surface (property type, stars, review score, distance, neighborhoods, hotel/room facilities, meal plans, cancellation policy, brand chains, sustainability badges, Genius, sort order) and emits structured per-property JSON with the lead room offer. Read-only.

  30. 30
    find-sea-ranch-housebooksearanchescape.escapia.com

    Find Sea Ranch vacation-rental homes on booksearanchescape.escapia.com by date range, party size, bedrooms, and pet allowance. Returns availability (day-by-day JSON), rate quotes, amenities, and detail-page links. Read-only — never books.

  31. 31
    bountybountybook.ai

    Post a USDC-escrowed bounty on BountyBook for autonomous agents to claim. Returns the job ID, the agent tracking URL at /job/{uuid}, the API status endpoint, and the x402 escrow payment instructions. Recommends the agent-first REST API at api.bountybook.ai over the wallet-extension-bound browser flow.

  32. 32
    moneymaxxbountybook.ai

    Discover open BountyBook bounties matching agent skill categories, minimum USDC reward, and maximum deadline via the agent-native REST API, then claim, submit (inline JSON or IPFS CID), and poll AI-oracle verification and on-chain payout status.

  33. 33
    autobrowsebrowserbase.com

    Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.

  34. 34
    browserbrowserbase.com

    Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Supports remote Browserbase sessions with Browserbase Identity, Verified browsers, automatic CAPTCHA solving, and residential proxies — ideal for protected websites and JavaScript-heavy pages.

  35. 35
    browser-to-apibrowserbase.com

    Turn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a `browser-trace` capture. Use when the user wants to discover/extract API endpoints from a browser session, build an OpenAPI doc from network traffic, or document a third-party site's XHR/fetch surface for client integration.

  36. 36
    browser-tracebrowserbase.com

    Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

  37. 37
    browserbase-clibrowserbase.com

    Use the Browserbase CLI (`browse`) for Browserbase Functions and platform API workflows. Use when the user asks to run `browse`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use the top-level `browse` driver commands (`browse open`, `browse get`, etc.) only when the user explicitly wants the CLI path.

  38. 38
    company-researchbrowserbase.com

    Company discovery and deep research skill. Researches a company's product and ICP, discovers target companies to sell to using Browserbase Search API, deeply researches each using a Plan→Research→Synthesize pattern, and scores ICP fit — compiled into a scored research report and CSV. Supports depth modes (quick/deep/deeper) for balancing scale vs intelligence. Use when the user wants to: (1) find companies to sell to, (2) research potential customers, (3) discover companies matching an ICP, (4) build a target company list, (5) do market research on prospects. Triggers: "find companies to sell to", "company research", "find prospects", "ICP research", "target companies", "who should we sell to", "market research", "lead research", "prospect list".

  39. 39
    cookie-syncbrowserbase.com

    Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Use when the user wants to browse as themselves, sync cookies, or log into sites via Browserbase.

  40. 40
    event-prospectingbrowserbase.com

    Event prospecting skill. Takes a conference / event speakers URL, extracts the people, filters their companies against the user's ICP, then deep-researches only the speakers at ICP-fit companies. Outputs a person-first HTML report where each card answers "why should the AE talk to this person?" with all public links and a one-click DM opener. Use when the user wants to: (1) find leads at a specific conference, (2) prep for an event, (3) research event speakers, (4) build a target list from a sponsor/exhibitor page, (5) scrape conference speakers and rank by ICP fit. Triggers: "find leads at {event}", "research speakers at", "prospect this conference", "stripe sessions leads", "ai engineer summit prospects", "event prospecting", "scrape conference speakers", "who should I meet at".

  41. 41
    fetchbrowserbase.com

    Use this skill when the user wants to retrieve a URL without a full browser session: fetch HTML or JSON from static pages, inspect status codes or headers, follow redirects, or get page source for simple scraping. Prefer it over a browser when JavaScript rendering and page interaction are not needed. Supports proxies and redirect control.

  42. 42
    find-templatesbrowserbase.com

    List Browserbase's starter templates (TypeScript / Python / Go) and the canonical clone command for each, sourced from the official bb CLI's templates subcommand which reads github.com/browserbase/templates@dev.

  43. 43
    functionsbrowserbase.com

    Deploy serverless browser automation as cloud functions using Browserbase. Use when the user wants to deploy browser automation to run on a schedule or cron, create a webhook endpoint for browser tasks, run automation in the cloud instead of locally, or asks about Browserbase Functions.

  44. 44
    safe-browserbrowserbase.com

    Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access. Use when the user wants an agent to browse or scrape while staying on approved domains, demo blocked off-domain navigation, or generate a safe browser client.

  45. 45
    searchbrowserbase.com

    Use this skill when the user wants to search the web without a full browser session: find URLs, titles, and metadata for a query. Prefer it over a browser when you just need search results, not page content. Returns structured results with titles, URLs, authors, and dates.

  46. 46
    ui-testbrowserbase.com

    AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional correctness, accessibility, responsive layout, and UX heuristics. Use when the user asks to test UI changes, QA a pull request, audit accessibility, or run exploratory testing. Supports local browser (localhost) and remote Browserbase (deployed sites).

  47. 47
    adjust-copy-for-platformsbulkpublish.com

    Take one piece of source copy and produce platform-tailored variants (length, truncation-safe lead, hashtags, line breaks) for Facebook, Instagram, X, TikTok, YouTube, Threads, Bluesky, Pinterest, LinkedIn, Google Business, and Mastodon — then publish through BulkPublish's Multi-Platform Composer.

  48. 48
    search-by-jurisdictionbusinessdataguide.com

    Look up the official company registry and KYB workflow for any of 209 jurisdictions on businessdataguide.com — registry name+URL, cost band (USD), English-UI, account/local-ID requirements, captcha+2FA friction, API availability, turnaround, and last-verified date. Direct URL fetch (no browsing required); soft-404 handling for unknown slugs.

  49. 49
    search-listingscargurus.com

    Search CarGurus for vehicle listings across the full filter surface (make/model/trim, year/price/mileage range, condition, body, fuel, drivetrain, color, features, deal-rating, dealer rating, history, ZIP+radius) and return each listing's CarGurus IMV deal rating, dollar delta vs IMV, IMV midpoint, full vehicle/dealer detail, and canonical URL. Read-only.

  50. 50
    search-listingscars.com

    Search Cars.com new + used + CPO inventory across the full Cars.com filter rail (make/model/trim, year/price/mileage ranges, body/fuel/transmission/drivetrain, color, features, vehicle history, seller type, location + radius, sort, pagination) and return active listings — with VIN, full title, price + MSRP + deal-rating delta, mileage, dealer name + rating + distance, photos, and canonical VDP URL — as structured JSON. Read-only.

  51. 51
    search-christian-productschristianpicks.com

    Search and filter the ChristianPicks directory of 500+ Christian apps, software, businesses, ministries, books, and media by query, category, pricing model, platform, or popularity; surface product details, vendor links, and comparison-ready recommendations.

  52. 52
    citymall-myanmarcitymall.com.mm

    Walk the full citymall.com.mm category taxonomy (groceries, fresh produce, beverages, electronics, fashion, beauty, pet supplies, home appliances and more), set a delivery township so inventory is correctly scoped to Yangon or Mandalay, and extract structured product cards.

  53. 53
    find-classclasspass.com

    Search ClassPass for available fitness, wellness, beauty, or recovery class slots near a location and return matching results as structured JSON (class id, instructor, venue, start/end time in tz, credit cost, premium flag, modality, spots, amenities, rating). Accepts free-form intent, ZIP/city + category + date, a direct /search URL, or a venue slug. Read-only — never books.

  54. 54
    extract-product-offerscomprasparaguai.com.br

    Extract structured product offers from comprasparaguai.com.br: per-store price (USD+BRL), Código (store ref), external store URL, WhatsApp deep-link, variant URL, model URL, and follow-through validation against the source store for the cheapest 3-5 offers. Returns aggregated vs validated lowest prices, rejected offers with reasons, history series, and gaps.

  55. 55
    extract-reviewscruisecritic.com

    Given a Cruise Critic ship page (URL, or cruise line + ship name resolved via search), extract ship metadata plus a filtered slice of member reviews as structured JSON, leading with a Browserbase stealth session and using the per-review Next.js data JSON endpoint as a per-review enrichment shortcut.

  56. 56
    search-listingsdepop.com

    Search Depop's peer-to-peer fashion marketplace by keyword, category, brand, size, condition, color, price, sort, gender, on-sale, and shop scope, returning structured per-listing JSON (id, title, price, images, brand, size, condition, seller, shipping, status, canonical URL) plus the page-wide total and active filter chips. Read-only.

  57. 57
    meet-derekderekmeegan.com

    Return Derek Meegan's most recently published articles (titles, dates, tags, and canonical Medium URLs) from the /writing index on derekmeegan.com. Read-only; single HTTPS GET, no browser or anti-bot stealth required.

  58. 58
    get-marketplace-pricediscogs.com

    Given a Discogs release/master URL, ID, or free-form release reference, return live Marketplace listings (per-listing price, media + sleeve condition, seller info, shipping, comments) plus full release-level metadata. Hybrid: public Database API for metadata + aggregate stats; stealth browser session for per-listing rows. Read-only.

  59. 59
    check-if-a-vehicle-is-registereddmv.ca.gov

    Look up the current California DMV registration status, expiration date, fees owed, and holds for a CA license plate plus one secondary identifier (last 5 of VIN, owner's last name, or company name). Read-only — never advances into renewal payment.

  60. 60
    lookup-scout-docsdocs.scoutos.com

    Given a free-text query about a Scout platform feature, concept, integration, or API/SDK reference, locate the relevant page on docs.scoutos.com and return structured JSON with title, breadcrumb, headings, prose, code blocks, tables, On-This-Page anchors, last-updated, canonical URL, and related pages.

  61. 61
    extract-menudoordash.com

    Given a DoorDash restaurant URL or restaurant + city query, extract the full menu — every category, every item, with name, price, description, and popular/featured tags. Read-only — never adds to cart or checks out.

  62. 62
    check-interactionsdrugs.com

    Resolve a list of drugs (generic, brand, or partial) via Drugs.com autocomplete and return every flagged drug-drug, drug-food, and drug-condition interaction with severity, patient-facing summary, and clinical detail. Read-only and informational only — not medical advice.

  63. 63
    find-a-productebay.com

    Search eBay by keyword and return the top listings with title, price, condition, shipping, seller, item URL, and thumbnail — read-only, never bids or buys. Distinguishes Buy-It-Now, auction, and variant-price-range outcomes.

  64. 64
    search-productsebay.com

    Search eBay's consumer site for listings matching a keyword query (with category, condition, price, location, format, and sort filters) and return them as structured JSON. Supports the Sold + Completed cross-section for comp pricing. Read-only.

  65. 65
    book-electrician-serviceelektrik220.km.ua

    Match a user's free-text electrical problem to one of 14 services at elektrik220.km.ua (Електрик 220В, Камʼянець-Подільський), and return the recommended service, price range in UAH, documents required to book (none) plus paperwork issued after work, and the earliest realistic booking window via phone, contact form, or email.

  66. 66
    compose-email-with-emojisemojis.directory

    Look up matching emojis on emojis.directory for each idea in an email's copy, then return a structured email payload (subject + body + emojis_used audit) with emojis interleaved through the body for the caller to paste into their own mail client.

  67. 67
    search-productsetsy.com

    Search Etsy for listings matching a query (free-form text, full search URL, listing-ID list, or shop URL) with the full filter surface — category, price range, item type, ship-to, color, sort, etc. — and return structured listing data (id, title, shop, price, original price, rating, badges, free-shipping, ad-flag, canonical URL) plus the fuzzy result count and active filter chips. Read-only.

  68. 68
    fetch-homepage-contentexample.com

    Fetch the example.com homepage and return its h1 heading, first paragraph text, and the trailing 'Learn more' link as structured JSON. Read-only, no auth, no anti-bot.

  69. 69
    pr-47-ai-gateway-smokeexample.com

    Fetches https://example.com and verifies its main <h1> reads 'Example Domain'. Minimal end-to-end smoke test using the Browserbase Fetch API.

  70. 70
    search-marketplacefacebook.com

    Search Facebook Marketplace for live listings by query, city slug, category, price range, condition, radius, delivery method, sort order, plus vehicle/apparel/rental sub-filters — and resolve single /marketplace/item/<id>/ URLs — returning normalized JSON. Read-only.

  71. 71
    read-player-statsfangraphs.com

    Look up a baseball player on FanGraphs by name (or ID) and return per-season + career stats — standard counting plus sabermetric (wRC+, WAR, FIP, xFIP, K%, BB%, ISO, wOBA, xwOBA). Works for batters, pitchers, and two-way players. Read-only.

  72. 72
    track-packagefedex.com

    Track a FedEx package by tracking number and return current status, last-known location, scheduled/estimated delivery window, service type, signed-by name, and the full chronological scan-event timeline. Read-only — never schedules, holds, or modifies a shipment.

  73. 73
    provider-searchfindadoc.healthplan.org

    Search The Health Plan's provider directory (findadoc.healthplan.org) for in-network doctors, hospitals, and facilities. Pick a member network (Commercial/MHT/Medicare/Self-Funded) via URL param, then filter by state-or-ZIP, network plan, and provider category (all/primary care/hospital/specialist). Read-only.

  74. 74
    filter-clean-label-productsfinelysourced.com

    Filter FinelySourced.com's curated clean-label catalog (~140 products) across food, supplements, personal care, home, wellness, and apparel using lifestyle/ingredient tags (seed-oil free, organic, non-GMO, glyphosate-free, grass-fed, regenerative, etc.), categories, free-text search, and brand. Returns curated recommendations with title, brand, breadcrumb category, key features, certifications, tags, description, and outbound vendor link.

  75. 75
    track-flightflightaware.com

    Look up live FlightAware status for any flight identifier (airline ICAO + number, IATA-style, or tail/registration). Returns origin and destination with terminal/gate, scheduled / estimated / actual gate-departure / takeoff / landing / gate-arrival times in local + UTC, aircraft type, route, current position (lat/lng, altitude, speed, heading), delay, and the permalink. Read-only.

  76. 76
    browse-campsitesfreecampsites.net

    Geocode a user's location query and return up to 40 nearby campsites from freecampsites.net (name, lat/lon, distance, fee tier, ratings, excerpt, detail-page URL, activity/amenity bitmasks) via the undocumented androidApp.php JSON endpoint, with suggest.php geocoding and an in-browser XHR fallback.

  77. 77
    find-listingfrench-property.com

    Search french-property.com for-sale listings by region, price, bedrooms, property type, habitable / land size, and keywords; return matching listings with title, reference, price, location, room counts, sizes, image, and URL.

  78. 78
    extract-listingsfunda.nl

    Search Funda for Dutch residential listings (koop/huur) by free-form location, structured filter URL, or single listing/broker URL. Returns normalised JSON per listing — price + history, address, neighbourhood, energy label, area, rooms, build year, agent, photos, VvE, and status. Distinguishes results, zero_results, location_unparseable, listing_not_found, bot_block, paywalled, and fundainbusiness out-of-scope outcomes.

  79. 79
    find-cheapest-gasgasbuddy.com

    Given a US ZIP code (or City, ST text), return the cheapest gas stations nearby on GasBuddy — with station name, brand, address, fuel grade, current price per gallon, reporter, how recently it was reported, and an optional ZIP-centroid distance. Read-only.

  80. 80
    collect-share-event-mediagathershot.com

    Summarize how Gather Shot lets event hosts collect and share guest photos and videos via QR code (no app), and how to set up an event — including supported event types, pricing tiers, plan limits, and the host + guest workflow.

  81. 81
    get-pr-reviewgithub.com

    Extract a normalized JSON snapshot of a GitHub pull request — metadata, ordered review timeline, per-file diff annotations with inline review comments (outdated + resolved flags), and check-run / status-context results — primarily via the GitHub REST API with a rendered-HTML fallback for UI-only signals. Read-only.

  82. 82
    get-repo-metadatagithub.com

    Given a GitHub repo reference (URL, owner/repo slug, deep tree/blob URL, or owner URL), return the repository's core metadata, latest release, license, language breakdown, top contributors, README, and health signals as structured JSON. Read-only.

  83. 83
    get-company-reviewsglassdoor.com

    Extract a company's overall rating, sub-rating averages, recommend/outlook/CEO-approval percentages, and a filtered slice of employee reviews from Glassdoor — accepting a URL, EmployerId, or company name (+ optional location disambiguator) and supporting the full review-page filter rail (stars, job title, location, employment status, language, employment type, sort, keyword, limit). Read-only.

  84. 84
    find-bookgoodreads.com

    Resolve a Goodreads URL, book ID, work ID, ISBN, ASIN, title, or author into a structured record with core metadata, ratings, shelf signals, awards, and top reviews.

  85. 85
    compare-drug-pricesgoodrx.com

    Given a prescription drug (name, optional dosage/form/quantity) and a US ZIP, return GoodRx's per-pharmacy consumer price comparison as structured JSON — coupon price, list price, savings %, Gold-tier price, store name + address + distance, the printable coupon's Bin/PCN/Group/Member-ID, and drug monograph metadata. Honors the full filter surface (form, dosage, quantity, radius, pharmacy chain, sort, pickup vs. mail-order). Read-only.

  86. 86
    search-flightsgoogle.com

    Search Google Flights for one-way or round-trip itineraries between two airports on given dates and return the cheapest options with airline, flight numbers, total duration, stops, depart/arrive times, and a booking link. Read-only — never books.

  87. 87
    search-csfagrants.illinois.gov

    Search the Illinois Catalog of State Financial Assistance (CSFA) for currently-posted funding opportunities by keyword, issuing agency, CSFA number, or award range — returns grant name, formal CSFA number, agency, posting period, award range, funding type, eligibility tags, unwrapped application-portal URL (AmpliFund / native CSFA NOFO), and attached NOFO PDF links. Read-only.

  88. 88
    search-auctionsha.com

    Search Heritage Auctions (ha.com) for auction lots across all categories — past, current, and upcoming — with the full URL-param filter surface (category, auction status, auction type, price/estimate range, grading, date range, lot characteristics, consignor, sort, pagination). Returns structured JSON per lot. Read-only.

  89. 89
    search-veganhappycow.net

    Search HappyCow for vegan, vegetarian, and veg-friendly venues (restaurants, health/veg stores, juice bars, bakeries) in any location, honoring HappyCow's full filter surface (diet/venue type, cuisine, features, rating sort, distance, open-now time slider). Returns structured JSON with venue ID, name, slug, diet, coords, address, phone, rating, hours, photos, and region totals.

  90. 90
    compare-planshealthcare.gov

    Given a US ZIP, household composition, and income, return ACA marketplace plans from healthcare.gov with full premium and cost-sharing details. Handles the full filter surface (metal tier, CSR variant, plan type, issuer, HSA, premium/deductible/OOP ranges, drug + provider lookup) and short-circuits to a redirect_to_state_exchange status for the 20+ SBM states.

  91. 91
    find-specialisthealthgrades.com

    Search Healthgrades for doctors, specialists, NPs/PAs, dentists, or hospitals matching a specialty (or condition/procedure) and location, honoring every /usearch filter (insurance, language, gender, distance, hospital affiliation, board-certification, rating, telehealth, accepts-new-patients, etc.) and returning structured JSON per provider including NPI, ratings, addresses, insurance, hospital affiliations, and Healthgrades awards. Read-only — never books or submits.

  92. 92
    search-investment-projectshiveround.com

    Discover live startup raises on Hiveround — filter by keyword, stage, and max raise via the site's MCP server (anonymous reads) or the ECP HTTP endpoints, returning slug, name, stage, sector, raise amount, founder handle, and listing URL. Read-only.

  93. 93
    find-a-product-on-home-depothomedepot.com

    Search homedepot.com for products matching a free-text query, brand+model, or itemId; return canonical /p/{slug}/{itemId} URLs, titles, images, and (optionally, via a stealth browser session) price, availability, brand, rating, and key specs. Read-only.

  94. 94
    find-a-hotelhotpads.com

    Search HotPads for rental listings (apartments, houses, condos, townhomes, rooms, sublets) in a city, neighborhood, ZIP, or lat/lon bounding box. Returns address, rent range, beds, baths, sqft, photos, amenities, and detail-page URL per listing. Read-only.

  95. 95
    check-stockikea.com

    Given an IKEA article number or product URL and a target market (US, GB, DE, …), return per-store stock state, units available, click-and-collect / home-delivery flags, last-checked timestamp, and discontinued / sold-out / online-only notices. Read-only.

  96. 96
    search-imageimages.nasa.gov

    Search NASA's Image and Video Library for images, videos, or audio by free-text query, filters (center, keywords, photographer, year range, location, album), or known NASA asset ID, returning each match's metadata and direct URLs to every file rendition. Read-only.

  97. 97
    get-ratingimdb.com

    Resolve any IMDb title URL / tt-ID / free-form title reference (movie, TV series, episode, mini-series, short) to its current IMDb rating, total vote count, rating distribution per 1-10 bucket, Metascore, and core title metadata (cast, directors, writers, genres, runtime, certification, plot, languages, countries, poster, canonical URL). Read-only.

  98. 98
    search-jobsindeed.com

    Search Indeed for job postings across the full filter surface (keyword, location, radius, date posted, salary, job type, experience level, remote/hybrid, company, education, posted-by, encouraged-to-apply, sort, pagination) and return structured JSON. Supports SERP URLs, free-form keyword+location, single jk lookups, and the five outcome branches (results / zero_results / location_unparseable / bot_block / posting_not_found). Read-only.

  99. 99
    browse-add-items-guestinstacart.com

    Search Instacart for products and add them to the cart as a guest (no login). Routes around the un-closable email-capture modal that intercepts user-cursor clicks after the first add-to-cart action.

  100. 100
    check-refund-statusirs.gov

    Look up a federal tax-refund's current stage at IRS Where's My Refund, given SSN/ITIN, filing status, refund amount, and tax year. Returns the stage (Return Received / Refund Approved / Refund Sent), deposit/mail date when surfaced, Tax Topic codes (152/151/203), and the canonical status-page URL. Read-only and PII-sensitive — never logs or persists the TIN.

  101. 101
    compare-flightskayak.com

    Search Kayak.com for flights between two airports on given dates with the full left-rail filter surface (stops, airlines, alliance, time windows, duration, layover, booking sites, amenities, bags, quality filters, sort) and return matching itineraries as structured JSON with per-leg detail, Best score, deep-link URL, and CO2 emissions badge.

  102. 102
    get-vehicle-valuekbb.com

    Look up a vehicle's Kelley Blue Book market values (Trade-In, Private Party, Typical Listing Price, Fair Purchase Price) plus original MSRP, 5-Year Cost to Own breakdown, and resolved trim specs, given year/make/model/trim or a full KBB URL plus mileage, ZIP, and condition. Read-only — never engages the Instant Cash Offer or dealer-lead funnels.

  103. 103
    explore-pinball-contentkineticist.com

    Search 1,700+ pinball machines, browse the daily Hype Index of upcoming-theme rumors, find venues to play, read news, build community lists, and create an account on Kineticist — using the site's first-party agent surfaces (OpenAPI, agent-card, llms.txt, per-route Markdown projections, CLI, MCP) before falling back to the browser.

  104. 104
    kmartkmart.com.au

    Find a product on kmart.com.au by natural-language query, navigate to the product detail page, capture title/price/SKU/availability, and drive the read-only pre-checkout flow up to the bag (/checkout/bag). Never submits an order — stops at the bag review screen. Documents the Akamai bot wall that gates the actual addToCart GraphQL mutation for automated sessions.

  105. 105
    scrape-exhibitor-directorylasvegas.jckonline.com

    Extract the full list of exhibitors from the JCK Las Vegas show directory (~1,700 companies) with name, contact information (phone, email, website, country), description, booth/stand reference, and product categories. Uses the public Algolia search API embedded in the directory page — two HTTPS POSTs cover the full roster.

  106. 106
    create-payment-credentiallink.com

    Mint a one-time-use payment credential (virtual card PAN or Shared Payment Token) from a user's Link wallet so an agent can complete a purchase on their behalf. User approves each spend request from the Link mobile app; real card details never reach the agent.

  107. 107
    search-linkedin-jobslinkedin.com

    Return LinkedIn job postings matching profile-derived keywords + location, filtered to a configurable recency window (default last 24 hours). Leads with the public /jobs-guest seeMoreJobPostings HTML-fragment endpoint — no cookies, no auth, no Browserbase session required. Returns title, company, location, posted-when, jobId, and canonical job URL. Read-only.

  108. 108
    Partnercreate-projectlovable.dev

    Turn a product or app idea into a Lovable project using Lovable Build with URL for shareable instant creation, or Lovable MCP for authenticated project creation, iteration, inspection, and deployment when available.

  109. 109
    order-for-pickupmcdonalds.order.online

    Build a McDonald's pickup order on mcdonalds.order.online (DoorDash Storefront): switch to Pickup fulfillment, pick a store by address, add menu items, and stop at the checkout review page for user-authorized submission. Read-only by default — never clicks Place Order.

  110. 110
    get-hospital-ratingmedicare.gov

    Look up a hospital's CMS Care Compare star rating, HCAHPS patient-experience scores, condition mortality/readmission rates, hospital-acquired infections, ED timeliness, and full metadata by CCN, name+state, or Care Compare URL. Supports compare_to for side-by-side hospitals with national + state benchmarks. Read-only.

  111. 111
    search-eventsmeetup.com

    Search Meetup for upcoming events by topic, location, group slug, or topic category. Returns structured JSON per event — id, title, group, venue + lat/lon (or online platform), start/end time, going/waitlist counts, capacity, price, photo, organizer/hosts, topic tags, canonical URL. Honors keywords/location/eventType/distance/dateRange/categoryId/sortField URL filters. Read-only.

  112. 112
    search-listingsmercari.com

    Search Mercari (US peer-to-peer marketplace) for listings matching a query, item-ID list, or seller URL — across the full filter surface (category, brand, condition, price, color, size, shipping, Mercari Authenticate, Smart Pricing, offerable, seller) — and return matching items as structured JSON with per-listing seller, shipping, photo, and status fields.

  113. 113
    copenhagen-monocle-searchmonocle.com

    Search monocle.com's editorial archive by free-text query (e.g. a city name like Copenhagen), with optional topic and format filters. Returns title, canonical URL, author, publication date, topic + tags, excerpt, and featured-image URL for each matching article. Read-only.

  114. 114
    search-routesmountainproject.com

    Search mountainproject.com for climbing routes with the full route-finder filter surface (area, grade range across YDS/V/WI/AI/M/Aid, route type, pitches, stars, sort, pagination), returning structured per-route data including id, grade, type, pitches, length, star rating, vote count, area breadcrumb, lat/lng, and first ascent.

  115. 115
    get-smb-fundingnav.com

    Enumerate the small-business funding options on Nav's public marketplace — business loans, business credit cards, and trade-credit vendors — returning each offer's lender, dollar range, cost/APR, repayment, and funding speed. Read-only.

  116. 116
    compare-credit-cardsnerdwallet.com

    Search and compare credit cards on NerdWallet (category, card name, full URL, or free-form criteria) and return structured per-card data — rating, fees, intro APR, welcome bonus, rewards, pros/cons, key benefits, and the affiliate Apply Now URL (captured, never followed). Read-only.

  117. 117
    get-storiesnews.ycombinator.com

    Fetch Hacker News stories from any list view (front, newest, ask, show, jobs, best, active, classic, by-domain, by-user, historical day) and optionally full comment trees, returning a unified JSON shape.

  118. 118
    find-craft-beer-restaurantsnonny.beer

    Find bars and restaurants serving Nonny craft non-alcoholic beer near a given latitude/longitude, returning name, address, distance, phone, and website per result. Sorted by distance, category-filtered to Bars/Restaurants only.

  119. 119
    search-casesnycourts.gov

    Search New York State Unified Court System dockets across WebCivil Supreme, WebCivil Local, WebCriminal, WebFamily, NYSCEF, and WebSurrogate. Returns matched cases as structured JSON: index/docket number, court (type + county + part), caption, parties, attorneys, nature of action, filing & disposition dates, assigned judge, appearance/motion history, NYSCEF link, and canonical case-detail URL.

  120. 120
    electronic-product-detailsoctopart.com

    Search Octopart's electronic-component catalog by keyword, MPN, or tech spec and return clean JSON: part identity, specs, distributor stock, and per-quantity pricing across DigiKey/Mouser/Arrow/Avnet/Farnell and 30+ other distributors. Recommended path is the Nexar GraphQL API (free with OAuth2 registration) — Octopart's public web UI is universally PerimeterX-walled on Browserbase.

  121. 121
    find-company-filingsopencorporates.com

    Search OpenCorporates for legal-entity records across jurisdictions and return matching companies plus their statutory-filings history (officers, addresses, previous names, branch flags, document URLs) as structured JSON. Read-only.

  122. 122
    search-codex-petsopenpets.sh

    Search the OpenPets community registry for Codex / Claude Code / OpenCode / Pi Code pets matching user criteria, returning ranked pet metadata and universal one-click install links for the OpenPets macOS app.

  123. 123
    compare-and-build-llm-modelopenrouter.ai

    Search and compare OpenRouter's 350+ LLMs by cost, speed (throughput/latency/uptime), context length, modalities, and use-case category; pick the best fit; then build with it via OpenAI-compatible chat completions. API-first — no scraping, no auth for reads.

  124. 124
    check-availabilityopentable.com

    Look up OpenTable restaurant availability for a party size + date + time, returning slots when present and distinguishing sold-out, restaurant-not-bookable, restaurant-not-found, ambiguous-name, metro-override, and slot-extraction-blocked outcomes. Read-only — never books.

  125. 125
    get-business-brainoperator.fyi

    Resolve any business name, URL, city, or trade into Operator's full public Brain profile: 0-100 brain score with component breakdown, market rank, review sentiment from Google/Yelp/Meta, services + privacy-protected contact, top 3 competitors with scores, AI narrative, USD valuation range (vertical-multiple comparables), per-business MCP endpoint, and canonical /biz/{slug}/ URL. Read-only.

  126. 126
    search-products-by-filtersoutmoreliving.com

    Search Outmore Living's catalog by product type (chaise, sofa, lounge chair, ottoman, side table), Solerno collection, and price range. Returns name, SKU, price, materials (teak, Sunbrella, HeatTech, ComfortCore), availability, and product URL via the public Shopify storefront JSON endpoints.

  127. 127
    exact-spec-packaging-procurementpackrift.com

    Resolve an exact Packrift packaging SKU for a buyer requirement, confirm live price and inventory through the Packrift MCP server, and return a measured cart handoff URL or a bulk-quote URL when no exact match exists. Treats dimensions, material, color, adhesive, printer compatibility, case count, and SKU as strict exact-match constraints — never substitutes nearby SKUs.

  128. 128
    explore-use-casespepperpong.com

    Browse pepperpong.com and return a structured catalog of where to play, who to play with, and who to gift the game to — each with verbatim evidence quotes and source URLs. Read-only.

  129. 129
    peptide-researchpeptideportal.org

    Search peptideportal.org for a peptide by name, alias, CAS number, or mechanism keyword and return a structured profile aggregating vendor pricing range and COA-verified status, the canonical research brief with use-case evidence tables, related dosing-guide blog posts, and the curated bibliography of clinical papers with PubMed outbound links.

  130. 130
    search-petspetfinder.com

    Search Petfinder for adoptable pets near a location (or by pet ID / organization ID) and return matching listings as structured JSON, including breeds, age, behavior tags, photos, organization contact, and posted date. Read-only — never starts an adoption.

  131. 131
    write-prompt-guideplatform.claude.com

    Author production-grade prompts for Claude by applying Anthropic's canonical prompt-engineering best practices in impact order: clarity, examples, chain-of-thought, XML tags, system roles, prefilling, prompt chaining, and long-context tips.

  132. 132
    find-chargerplugshare.com

    Search PlugShare for EV charging stations near a location, route, or coordinate and return matching chargers as structured JSON — including per-plug connector/kW/status, network, PlugScore, recent check-ins, photos, and pricing. Read-only.

  133. 133
    Partnersend-messagepoke.com

    Send structured context to Poke through the official inbound API so the user's Poke assistant can process it like an incoming message. Includes API-key handling, safe external-action gating, smoke-test verification, and Poke recipe packaging notes.

  134. 134
    compare-insurancepolicygenius.com

    Compare insurance carriers on Policygenius (life, auto, home, renters, disability) and return Policygenius rating, AM Best, J.D. Power, NAIC complaint index, pros/cons, Best-for tag, and last-reviewed date per carrier. Editorial-only; never enters the PII-gated quote funnel.

  135. 135
    search-listingsposhmark.com

    Search Poshmark for fashion / lifestyle listings via the public /vm-rest/posts JSON endpoint (free-text + sort + pagination) with a browser fallback on /search?... for strict facet filters. Returns each match with listing id, title, price (raw + formatted), brand, size, color, department/category, inventory status (available/sold), seller, images, and engagement counts. Read-only.

  136. 136
    get-player-statspro-football-reference.com

    Given an NFL player reference (URL, PFR ID, or free-form name), return bio + the requested career, season, splits, or game-log stat tables from Pro-Football-Reference as structured JSON. Preserves verbatim PFR column headers and table ids. Read-only.

  137. 137
    Partnersubmit-reimbursementramp.com

    Submit an employee reimbursement through Ramp MCP or Ramp CLI with receipt extraction, policy/category validation, draft review, and explicit confirmation before submission.

  138. 138
    list-propertiesrealtor.ca

    List MLS-listed properties on REALTOR.ca within a bounding box or named Canadian city, filtered by sale/rental, price range, beds, and baths. Returns price, address, lat/lon, beds, baths, size, photo, agent, and canonical listing URL. Read-only.

  139. 139
    extract-listingsrealtor.com

    Search Realtor.com (for-sale, for-rent, sold, new-construction, foreclosure, pending) from a free-form location or pre-filtered URL and return structured listing JSON. Honors the full filter surface (price, beds/baths, sqft, lot size, year built, days-on-market, HOA, features, school rating, pets/furnished, sort, pagination). Read-only.

  140. 140
    get-school-ratingrealtor.com

    Given a school name + city/state, a Realtor.com school detail URL, or a property address, return the school's GreatSchools rating, parent-reviews summary, grades served, enrollment, student-teacher ratio, district, address, NCES code, and canonical URL. For property addresses, returns the list of assigned elementary / middle / high schools with each school's rating.

  141. 141
    recipe-discovery-generatorrecipebee.app

    Discover and extract structured recipes from recipebee.app — by direct URL, natural-language query mapped to tag/category enums, or bulk sitemap mirror. Returns full schema.org/Recipe JSON-LD: ingredients, numbered steps, prep/cook times, yield, cuisine, keywords, nutrition. Read-only; AI meal-plan and shopping-list features require login and are out of scope.

  142. 142
    check-availabilityrecreation.gov

    Check live availability for any Recreation.gov bookable resource — campground, backcountry permit, lottery, timed-entry tour, day-use site — over a date range and return the per-site/per-division, per-day availability matrix with equipment, accessibility, pet policy, fees, and canonical URLs. Read-only.

  143. 143
    recruiting-jobs-searchrecruiterroles.com

    Search recruiter and talent-acquisition jobs on recruiterroles.com with filters for location (city, state, country, remote), salary floor, employment type (full-time, contract, freelance, part-time), work arrangement, and sector. Prefers the free public REST API; falls back to slug-based browser navigation when no API key is available.

  144. 144
    get-comparable-salesredfin.com

    Return recent comparable sales (sold comps) on Redfin for a subject property, with every filter dimension the Recently Sold UI exposes (recency, distance, price, beds, baths, sqft, lot, year built, property type, days-on-market, sort). Read-only.

  145. 145
    Partnerextract-document-datareducto.ai

    Use Reducto's hosted MCP server to parse documents, extract schema-backed fields with citations, split packets, classify document types, and fetch job results from public URLs or Reducto-hosted files.

  146. 146
    search-cottagesresortcottagesontario.ca

    Search resortcottagesontario.ca for resort-cottage rentals: returns Mildred's Lakefront Resort Cottage (the site's single Kawarthas / Rice Lake / Bellmere Winds property) with date-specific availability via the on-site MotoPress booking form for 2027+ dates, or a Great Blue Cottage Rentals deeplink for 2026 dates. Read-only — never clicks Confirm Reservation.

  147. 147
    check-availabilityresy.com

    Check Resy for bookable reservation slots at a given restaurant for a party size and date or date window. Returns slot times with seating type, config_id token (load-bearing for downstream booking), price, and policy. Distinguishes available, sold-out, outside-publish-window, ambiguous-name, venue-not-found, party-size-exceeds-max, and Resy-Premier-wall outcomes. Read-only — never books.

  148. 148
    is-mount-tam-cloudyrntl.net

    Decide whether Mount Tamalpais is currently overcast by pulling the live snapshot JPEG from the rntl.net Mt. Tam Cam (Sigward / Muir Beach ipcamlive feed) and visually classifying the sky. Returns a sky-condition category, ridgeline-visibility flag, and a go/don't-go recommendation. Read-only.

  149. 149
    get-ratingrottentomatoes.com

    Given a Rotten Tomatoes title URL, RT slug, or free-form title reference, return the current Tomatometer (critic) and Popcornmeter (audience) scores, certified flags, vote counts, sample critic reviews, full cast & crew with role names, synopsis, where-to-watch affiliates, and core title metadata as one JSON object. Handles movies, TV series (with series-wide averages and per-season URLs), TV seasons, pre-release no-score-yet titles, and ambiguous free-form queries.

  150. 150
    ruwangi-parfum-laki-lakiruwangi.com

    Return a curated, ranked list of best local Indonesian women's perfumes from Ruwangi.com — name, brand, IDR price, rating, notes, and time-of-day suitability. Read-only directory lookup using the pre-curated /katalog/parfum-lokal-wanita-terbaik deep-link.

  151. 151
    query-menu-datasaizeriya.com.sg

    Pull Saizeriya Singapore's current menu (Grand, Lunch, Kids) and 44-outlet directory as structured data via deterministic static-URL GETs — the site exposes no JSON API, but its three versioned PDF endpoints plus /menu/ HTML index function as one.

  152. 152
    contract-opportunity-searchsam.gov

    Search active federal contract opportunities on SAM.gov by status, notice type, place of performance (state/ZIP/country), date range, NAICS, and set-aside. Returns title, notice ID, agency hierarchy, place of performance, response deadline (with time zone), notice type, and the canonical /opp/{id}/view URL.

  153. 153
    browse-membershipssamsclub.com

    Return Sam's Club's consumer membership tiers (Club, Plus) with standard annual prices, current promo first-year prices, promo window dates, and the full per-tier benefits list. Read-only; never joins or enters payment info.

  154. 154
    view-rates-apply-mortgagesbab.se

    Read SBAB's live mortgage list rates, effective rates, handpenningslån/överbryggningslån, Sparkonto and Fasträntekonto rates via six public JSON APIs (no auth), and walk a user up to the BankID gate for the lånelöfte (mortgage pre-approval) application or savings-account opening flow.

  155. 155
    create-a-skill-for-finding-verifiying-lisearch.dca.ca.gov

    Verify a California-licensed accountant (CPA, Public Accountant, or accounting firm) on the DCA license search at search.dca.ca.gov — boardCode=19 (California Board of Accountancy). Returns full license record with status, dates, city, and any disciplinary actions.

  156. 156
    get-seat-mapseatguru.com

    SeatGuru.com was shut down by TripAdvisor on/around 2025-11-04. The homepage serves a static migration notice and every deep URL returns HTTP 301 to tripadvisor.com from a CloudFront edge function. This skill documents the wall and routes callers to the working alternatives (aerolopa.com, seatlink.com, flightseatmap.com, seatmaps.com).

  157. 157
    search-edgar-fulltextsec.gov

    Search the full body text of SEC EDGAR filings (10-K, 10-Q, 8-K, S-1, DEF 14A, 13F, 13D/G, Form 4, etc., 2001-present) via the public efts.sec.gov JSON API, with filters for form type, filer (CIK or name), filer location, SIC code, and date range. Returns structured filing metadata plus canonical filing-index and document URLs.

  158. 158
    get-fighter-recordsherdog.com

    Given a fighter reference (canonical Sherdog URL, name, or name + disambiguator), return profile metadata and full professional bout record as structured JSON. Optional amateur and per-bout-location flags. Read-only.

  159. 159
    search-car-rentalsixt.com

    Search the Sixt car-rental site for available vehicles at a given branch on given dates and return offer details (class, sample model, seats/doors/transmission, mileage policy, per-day and total price). Read-only — never books.

  160. 160
    search-cheapest-flightskyscanner.net

    Search Skyscanner for the cheapest one-way flight between two cities on a given date, returning price, airlines, depart/arrive times + airports, duration, stops, layovers, self-transfer flag, the 7-day nearby-date price strip, and the canonical Skyscanner config-URL deeplink that surfaces OTA/airline provider booking options. Read-only — never books.

  161. 161
    lookup-software-contractsoftware.nasa.gov

    Look up software in NASA's public Software Catalog by free-text keyword or by canonical case number, returning structured records with title, description, NASA field center, category, release type, version, dates, and download URL.

  162. 162
    search-lotssothebys.com

    Search Sotheby's auction catalog (upcoming, live, and past) across the full filter surface — department, sale type, sale status, estimate range, artist, year, medium, location, lot characteristics — and return structured lot + sale JSON. Handles direct sale URLs and direct lot URLs. Read-only.

  163. 163
    search-flightssouthwest.com

    Search southwest.com for available flights between two airports on given dates and return matching itineraries with four-bucket fares (Wanna Get Away / Plus / Anytime / Business Select) in dollars or Rapid Rewards points. Read-only — never books. Southwest refuses syndication to OTAs, so southwest.com is the only source of truth for these fares.

  164. 164
    create-vegan-itineraryspinach.guide

    Build a day-by-day vegan-food itinerary for a spinach.guide city by synthesizing Top Picks, signature-dish rankings, dietary-core lists, and meal-occasion buckets against user constraints (allergies, cravings, price band, vegan-only strictness, neighborhood anchors).

  165. 165
    book-newsletter-sponsorshipsponsorcal.com

    Drive a sponsor through a SponsorCal booking page — enumerate ad-slot inventory and pricing, pick an available issue date, hand off to Stripe Connect Checkout, then submit assets (headline, body, URL, logo) at the tokenized post-payment URL and track booking status through approval and revisions. Read-only on payment + final asset submission unless caller has explicitly authorized them.

  166. 166
    get-resale-pricestockx.com

    Given a sneaker or streetwear product (name + optional size), return the StockX market snapshot: lowest ask, highest bid, last sale + date, recent sales volume, and a 30-day price-trend payload. Read-only — never bids or buys.

  167. 167
    search-newsletterssubstack.com

    Search Substack for newsletters / publications matching a topic, keyword, category, language, or author and return matching publications with subscriber-tier signals, multi-currency pricing, recent post samples, and canonical URLs as structured JSON. Read-only.

  168. 168
    calcular-sueldo-netosueldojusto.pe

    Calcula el sueldo neto mensual peruano a partir del bruto usando el calculador de sueldojusto.pe, con desglose de AFP/ONP, comisión, seguro de invalidez, asignación familiar e impuesto a la renta de 5ta categoría según los valores oficiales 2026 (UIT S/5,500, RMV S/1,130).

  169. 169
    get-forecastsurfline.com

    Return Surfline's free-tier surf forecast for a single spot — given a spot URL, 24-char spot ID, or name (with optional region qualifier). Current conditions, multi-day surf height + swell + wind, tide table, sunrise/sunset, live-cam URL, and canonical URL. Read-only; Premium features (16-day, observed wind, HD rewind) are surfaced as omitted.

  170. 170
    jp-restaurant-searchtabelog.com

    Enumerate Tabelog Award Silver winners (curated top-100), filter by prefecture/city + cuisine + lunch availability + lunch price ceiling + rating threshold, and report whether each survivor accepts online reservations directly on tabelog.com (vs. phone/email only). Read-only.

  171. 171
    find-a-producttarget.com

    Search Target.com for a product query and return the top organic match's title, brand, price, original price, rating, TCIN, canonical product URL, and image — via the public redsky JSON aggregation API. Distinguishes real matches, spell-corrected matches, and zero-results-with-recommendation-padding outcomes. Read-only.

  172. 172
    lookup-patenttechnology.nasa.gov

    Search and retrieve patents from NASA's Technology Transfer (T2) catalog by free-text query, category, NASA center, or reference ID — returning structured records with title, abstract, technology description, USPTO patent numbers, NASA case numbers, TRL, figures, and licensing-contact data.

  173. 173
    tecbrowsershthewindowsclub.com

    Search TheWindowsClub for articles by keyword (with optional category/tag scoping and date/relevance sort), returning each article's title, URL, publish date, excerpt, category and tag IDs.

  174. 174
    find-ticketticketmaster.com

    Find upcoming Ticketmaster events for an artist, team, or show — returns venue, date, on-sale window, presale times, sold-out/cancelled/postponed flags, and the canonical event URL. Read-only, uses Ticketmaster's unauthenticated internal artist-events API behind a residential proxy.

  175. 175
    track-a-package-use-this-number-for-testtools.usps.com

    Track a USPS package by tracking number and return current status, current location (city/state), expected delivery date, and the full chronological event timeline. Read-only.

  176. 176
    extract-reviewstripadvisor.com

    Extract a Tripadvisor entity's overall rating, review count, rating distribution, ranking, and a filterable slice of structured reviews (rating bubble, sort, traveler type, language, season, search-within, hotel subratings, restaurant meal type). Read-only.

  177. 177
    lookup-scout-trusttrust.scoutos.com

    Look up Scout's security, compliance, and privacy posture from trust.scoutos.com (Vanta-hosted Trust Center) for a given topic. Returns structured JSON with compliance badges, audit reports, policy documents, controls by category, subprocessors with regions, gated-access flags, and the canonical access-request workflow URL. Read-only — never submits access or NDA forms.

  178. 178
    audit-shopify-storetrykopi.ai

    Submit a Shopify store URL to Kopi AI's free analyzer and return the overall 0–100 score, letter grade (A–F), tone (Professional or Savage), and canonical analysis URL. Detailed per-category critique and prioritized recommendations are auth-gated and not extractable anonymously.

  179. 179
    check-wait-timetsa.gov

    Return current and historical TSA security-line wait times for a US airport. TSA's public web wait-time tool has been deprecated since 2023; this skill documents the dead-end and routes callers to the MyTSA mobile app or third-party trackers.

  180. 180
    search-flightsunited.com

    Search United Airlines flights between two airports for given dates and a trip type (one-way or round-trip), returning each result's times, duration, stops, flight numbers, cabin, fare brand, and price. Read-only — never books.

  181. 181
    track-packageups.com

    Given a UPS tracking number, return the package's current status, last-known scan location, scheduled or estimated delivery date, signed-by name when delivered, and the full chronological event timeline (timestamp, location, status description). Read-only — drives www.ups.com/track behind Akamai Bot Manager.

  182. 182
    check-case-statususcis.gov

    Look up a USCIS case by 13-character receipt number (e.g. MSC2190012345, EAC2290098765, IOE0123456789) on the modern egov.uscis.gov Next.js portal and return status heading, next-step paragraph, form type (I-130/I-485/N-400/I-765/...), service-center code, last-updated date, and the canonical caseId URL. Read-only.

  183. 183
    find-marketusdalocalfoodportal.com

    Search the USDA Local Food Portal directories (Farmers Markets, CSAs, On-Farm Markets, Food Hubs, Agritourism) near a US location and return matching listings with full address, lat/lon, distance, plaintext contact, social-media URLs, and the canonical detail URL.

  184. 184
    get-earthquake-feedusgs.gov

    Fetch recent earthquakes from the USGS Earthquake Hazards Program (summary feed, FDSN query, or single event ID) and return them as normalized structured JSON with magnitude, location, depth, intensity, alert level, tsunami flag, significance, status, and canonical event URL.

  185. 185
    track-packageusps.com

    Given a USPS tracking number, return the current status, expected delivery date, last-known location, and full chronological event timeline via the USPS REST API v3 (recommended) or the public tracking page behind Akamai (fallback).

  186. 186
    search-patentsuspto.gov

    Search USPTO Patent Public Search (PPS) for granted patents and pre-grant publications by title, abstract, inventor, assignee, full spec, or claim text — returning patent number, title, abstract excerpt, assignee, inventor list, filing/grant dates, and document URL.

  187. 187
    find-appointmentvaccines.gov

    Given a ZIP code, return nearby CVS / Walgreens / Costco pharmacies that administer vaccines, with each chain's scheduler deep-link. Vaccines.gov no longer surfaces slot times — this skill handles the directory portion and hands off booking to per-chain scheduler skills. Read-only.

  188. 188
    create-slack-agentsvalet.dev

    Use the Valet CLI (or 1-click Deploy URL fallback) to create, deploy, and manage AI agents that live inside Slack and handle research, follow-up, sync, and reporting for Sales, Venture, Finance, Product, Compliance, Procurement, Engineering, and Nonprofit teams.

  189. 189
    find-music-tourvipnation.com

    List currently-promoted artist tours on vipnation.com — tour title, slug, canonical URL, and (when reachable) full stop list with date, venue, city, and ticket-package availability. Read-only; never follows purchase CTAs.

  190. 190
    find-opportunitiesvolunteermatch.org

    Search for volunteer opportunities by location, cause/interest, skills, format, schedule, time commitment, and audience, and return each match as structured JSON. VolunteerMatch.org has sunset and 301-redirects to Idealist.org; this skill queries Idealist's public Algolia search index directly (the catalog VolunteerMatch postings were migrated into, with a `vmLegacyId` field preserving the old IDs).

  191. 191
    find-polling-placevote.org

    Given a US street address, route to the assigned polling place + drop-box / early-voting alternatives via Vote.org's state-directory page-data.json (recommended) or the polling-place-locator HTML directory (fallback). Read-only; never registers or starts a check-in flow.

  192. 192
    find-and-add-to-cartvuoriclothing.com

    Search the Vuori Clothing catalog for a product, open the product detail page, select the requested size and color, and add one unit to the bag. Read-only beyond the cart drawer — never proceeds to checkout.

  193. 193
    get-scorewalkscore.com

    Given a US or Canadian street address (or a walkscore.com /score URL), return the Walk Score, Transit Score, Bike Score, qualitative tier labels, neighborhood/city area label, lat/lon, and canonical URL. Per-category amenity counts available via the browser fallback path.

  194. 194
    get-forecastweather.gov

    Given a US location (lat/lon, ZIP, or city+state), return the National Weather Service forecast: current observation, hourly forecast, 7-day multi-day periods, active alerts/watches/warnings, the forecast office, and the underlying grid cell. Read-only via the public api.weather.gov JSON surface (no auth).

  195. 195
    is-it-cloudyweather.gov

    Return current sky conditions for a US location: cloud-cover layers (METAR CLR/FEW/SCT/BKN/OVC/VV with base heights), surface visibility in meters and miles, and a derived 'can you see blue sky?' boolean — pulled from the free NWS api.weather.gov JSON API.

  196. 196
    get-top-market-beatersweb.dubapp.com

    Return Dub's Top Market Beaters leaderboard — the 20 Core-creator portfolios currently outperforming the market — with rank, name, ticker, creator, today and all-time % returns, description, and profile URL. Single anonymous HTTP GET to /explore/market-beaters returns the fully SSR'd grid; no auth, no proxy, no JS execution required.

  197. 197
    search-startup-jobswellfound.com

    Search Wellfound (formerly AngelList Talent) for startup job postings — supporting the full filter surface (role, location, remote policy, experience level, job type, salary + equity ranges with currency, company size + stage, markets, skills, visa sponsorship, recency, sort, pagination) — and return structured JSON jobs with full company, recruiter, salary/equity, and description data. Read-only.

  198. 198
    sparql-querywikidata.org

    Execute SPARQL against Wikidata's public Query Service and return structured JSON. Accepts raw SPARQL, a Wikidata entity QID (with optional property-PID filter), or a natural-language relational question that the agent translates into SPARQL. Honors output format (JSON/XML/CSV/TSV), label language, LIMIT, and the 60s endpoint timeout. Read-only — mutation queries rejected client-side.

  199. 199
    find-the-trending-world-news-for-todaywikipedia.org

    Return today's trending world news from Wikipedia — curated ITN headlines from the Main Page plus today's Current Events portal subpage bucketed by category (Business, Disasters, Politics, etc.). Read-only; uses the public MediaWiki API with no auth or anti-bot stealth.

  200. 200
    get-articlewikipedia.org

    Given a Wikipedia article reference (URL, lang+title, or free-form name), return structured content: canonical URL, title, language, lead summary, full section tree, infobox key/value pairs, thumbnail, image list, outbound article links, external links with section attribution, categories, last-revised timestamp, pageid, and revid. Handles redirects, disambiguation pages, and non-English editions.

  201. 201
    wolt-searchwolt.com

    Search Wolt for restaurants in a given city by cuisine, dish, or restaurant name and return a ranked list with name, slug, URL, cuisine tagline, delivery fee, delivery time, price tier, and customer rating. Read-only.

  202. 202
    loginxero.com

    Authenticate a user session against Xero — either via OAuth 2.0 / OIDC (recommended, supported) or as a fallback by scripting the password form at login.xero.com/identity/user/login. Documents the canonical URL, form schema, anti-bot stack (Akamai + browsercheck + AspNetCore antiforgery), and all five branch outcomes (MFA, SSO, passkey, lockout, invalid credentials).

  203. 203
    get-trending-contentxiaohongshu.com

    Extract the currently-trending short-video posts from Xiaohongshu's explore feed (homefeed_recommend), returning each as a 1-line title plus author, like count, duration, and canonical URL. Read-only — no login, like, or follow.

  204. 204
    search-metrics-tokens-nftsxrpl.to

    Search XRPL.to's universe of fungible tokens, NFT collections, individual NFTs, and accounts in one call, and pull live market metrics, OHLC chart data, news with AI sentiment, and platform-wide stats — all via the official public REST + WebSocket API.

  205. 205
    homepage-news-trends-weatheryahoo.co.jp

    Briefing of the four above-the-fold modules on the Yahoo! JAPAN homepage: 8 main news topics, 5 realtime trending search keywords with stay/rise/fall direction, today/tomorrow weather for the IP-defaulted ward, and the day's NPB scoreboard. Single static HTML fetch — no JS, no auth, no anti-bot.

  206. 206
    extract-reviewsyelp.com

    Extract a Yelp business's overall rating, review count, business metadata, and top reviews as structured JSON — honoring every read-side filter Yelp's review widget exposes (rating buckets, sort, language, search-within, review type, pagination). Read-only.

  207. 207
    get-business-hoursyelp.com

    Given a Yelp business URL, alias slug, or natural-language reference, return structured hours of operation — per-day open/close ranges, special-hours overrides, IANA timezone, current open/closed state, freshness signal, canonical URL, and a top-level status (open / temporarily_closed / permanently_closed / unknown). Read-only.

  208. 208
    extract-transcriptyoutube.com

    Given a YouTube video URL or ID, return title, channel, duration, full timestamped transcript segments, and whether captions are auto-generated or human-authored. Read-only.

  209. 209
    search-shoeszappos.com

    Search Zappos for shoes (and apparel, bags, accessories) matching a query plus filter set (size, width, brand, color, price, sort, etc.) and return structured per-product JSON — price, brand, ratings, colorways, image URLs, badges, canonical URL, plus the page total and active filter chips. Read-only.

  210. 210
    search-productszepto.com

    Search Zepto for products matching a query at a given Indian delivery location, returning in-stock items with name, brand, pack size, price, MRP, discount, rating, review count, stock state, ETA, product URL, and image URL. Read-only.

  211. 211
    extract-listingszillow.com

    Extract Zillow for-sale listings matching a complex multi-dimensional filter (price, beds/baths, sqft, lot, year built, property type, listing status, days-on-market, HOA, monthly payment, home features). Constructs the filtered SRP URL via Zillow's searchQueryState parameter, fetches via Browserbase Fetch API (bypasses PerimeterX), and parses __NEXT_DATA__ for structured listings + region totals + pagination. Read-only.

  212. 212
    find-appointmentzocdoc.com

    Search Zocdoc for available appointment slots by specialty + location (+ optional insurance), returning provider name, specialty, distance, next-available date/time, and accepted insurance. Read-only — never books.

  213. 213
    search-wholesale1688.com

    Search 1688.com (Alibaba's China-domestic wholesale platform) by keyword and return structured offers — title, CNY wholesale price, MOQ, supplier name + location, recent-transaction count, and canonical offer URL. Supports price-range, supplier-province, and sort filters. Headed browsers are hard-blocked at IP level (cloud_ip_bl); the recommended path is the mtop JSON API at h5api.m.1688.com with md5-signed requests.

  214. 214
    search-skills-plugins-subagentsagentpowers.ai

    Search the AgentPowers marketplace for skills, agents (subagents), and plugins by keyword, type, and category — returning slug, title, description, type, price, security status, install/download counts, rating, author, and source (native vs. external like ClawHub).

  215. 215
    amazon-global-pricesamazon.com

    Compare an Amazon product (query or ASIN) across multiple country storefronts (.com, .co.uk, .de, .co.jp, .fr, .it, .es, .ca, .com.au, .com.mx) and return per-country price, currency, title, and product URL in local currency. Handles the storefront-TLD-selects-catalog-but-not-currency trap by explicitly setting delivery address + language/currency preference on each storefront before extracting prices.

  216. 216
    search-ticketsamericanairlines.com

    Search aa.com for available flights on a given origin/destination/date route and return each option's flight numbers, times, duration, stop count, operating carrier, and fare-class prices. Read-only — never books.

  217. 217
    apple-pdf-reducto-extractapple.com

    Download Apple's quarterly Condensed Consolidated Financial Statements PDF from apple.com/newsroom and POST it to Reducto's /extract endpoint with a JSON Schema to return structured revenue, segment + product breakdowns, EPS, and balance-sheet line items. Read-only.

  218. 218
    query-productapps.fas.usda.gov

    Query U.S. agricultural import/export/re-export statistics in the USDA FAS Global Agricultural Trade System (GATS) by product (BICO/HS-2/HS-6/HS-10/FAS/FATUS/etc.), year range, destination country or region, and data value type (Value, Unit Value, or Quantity).

  219. 219
    business-searchapps.ilsos.gov

    Search the Illinois Secretary of State's Business Entity database (Corporations, NFPs, LPs, LLCs, LLPs) by business name, registered agent, manager, officer, or file number — returns file number, entity name, status, and entity type per match. Read-only. Form is Akamai-protected and POST is hard-blocked from Browserbase remote sessions.

  220. 220
    get-npb-game-resultsbaseball.yahoo.co.jp

    Given a date, return every Nippon Professional Baseball (NPB) game on that day with final score, both teams + team IDs, venue, winning / losing / save pitchers, game status, and the canonical Yahoo game_id — parsed from baseball.yahoo.co.jp's weekly schedule page.

  221. 221
    find-productbooksmandala.com

    Search, browse, and look up books on Books Mandala (Nepal's largest dedicated online bookstore, 50,000+ titles including deep Nepali / South-Asian literature). Returns title, authors, ISBN, NPR price, stock status, genres, and a canonical purchase URL. Uses Books Mandala's public MCP server (no auth) by default, with REST API and browser fallbacks documented.

  222. 222
    search-california-state-jobscalcareers.ca.gov

    Search the CalCareers ASP.NET portal by keyword and location, apply filters (department, classification, telework, salary range, etc.), and extract structured listings with title, department, Job Control Number, salary range, location, filing deadline, and canonical detail URL. Read-only.

  223. 223
    cross-border-trucking-quotecaravangroup.com

    Discover Caravan Group of Companies' Canada↔USA cross-border trucking capacity (asset-based 450+ tractor fleet plus non-asset/3PL brokerage) and stage a JotForm-backed Rate Request for pricing. Caravan publishes no online rates; this skill maps service offerings, terminals, certifications, and the full quote-form field set.

  224. 224
    search-recipes-by-dietchefkoch.de

    Search Chefkoch.de's recipe catalog by diet (vegan, vegetarian, low-carb, keto, paleo, low-fat, etc.) and optional keyword, returning title, rating, prep time, difficulty, image, and URL. Also fetches the daily 'Was koche ich heute' editorial picks.

  225. 225
    business-searchcis.scc.virginia.gov

    Search Virginia State Corporation Commission's Clerk's Information System (CIS) for business entities by name, entity ID, principal/agent name, or filing number, and extract entity name, SCC ID, type, status, formation date, and jurisdiction.

  226. 226
    find-agent-ready-apisclirank.dev

    Given a software-project need, return a ranked list of agent-ready API/SDK/CLI/MCP options from CLIRank with one opinionated top pick, runner-ups, per-option fit/fail rationale, CLIRank citations, and a concrete next-step integration recommendation. Read-only — does not submit reviews unless explicitly requested with real integration evidence.

  227. 227
    companyregistrycoupa.com

    Drive the Coupa Supplier Portal self-service signup form at supplier.coupahost.com/sessions/new?page=signup to register a new company into Coupa's supplier registry. Fills legal name, contact, country, tax ID, and acceptances; stops at ready-to-submit in dry-run mode, submits + reports email-verification state in live mode.

  228. 228
    aeo-reportcrawlproof.com

    Fetch an AEO (Answer Engine Optimization) ranking / AI-visibility report for a user-supplied website from crawlproof.com. As of 2026-05-19 the target domain is a parked Railway deployment returning 404 on all paths, so the skill currently emits a service_unavailable result and surfaces aeoproof.com as the closest live alternative.

  229. 229
    scrape-all-datacse.lk

    Bulk-scrape every public dataset on cse.lk — listed entities, live stock prices, ASPI/S&P SL20/20 sector indices, market & trade summaries, per-company fundamentals (market cap, beta, 52-week range, ISIN, directors), corporate disclosures, financial reports, CSE circulars, and debt-market trades — via the undocumented but stable /api/* JSON backend. Read-only.

  230. 230
    find-repair-guidesdell.com

    Given a Dell product model name or 7-character service tag, return a structured payload of service manuals (with TOC, recommended tools, screw list), interactive 3D hardware-replacement guides with step-by-step text, drivers/BIOS/firmware catalog, diagnostic tool links, and warranty status. Read-only.

  231. 231
    track-shipmentdhl.com

    Track any DHL shipment (Express, Parcel, eCommerce, Global Forwarding) by tracking number and return current status, handler, origin, destination, last-update timestamp, and the full chronological event timeline.

  232. 232
    find-all-productsdior.com

    Enumerate every product in Dior's storefront for a given locale via the public Algolia search index for /fashion (~5.7k products per locale, 18 API calls) and the per-locale beauty sitemap for /beauty (~350 products). Returns objectID, name, category path, price, color, material, image, URL, and stock state per product. Read-only.

  233. 233
    docs-vs-code-auditordocs.stagehand.dev

    Crawl docs.stagehand.dev via its Mintlify llms-full.txt export, resolve the linked GitHub source repo (browserbase/stagehand) pinned to a commit SHA, and use Cerebras (Qwen3-Coder-480B) to flag drift in function signatures, flag/option names, types, and example code. Emits a JSON report with docs URL + source file/line citations. Read-only.

  234. 234
    automate-bank-workflowsdos.fl.gov

    Look up Florida business entity records on dos.fl.gov / search.sunbiz.org by entity name, FEI/EIN, or document number, and return the KYC fields a bank needs: legal name, filing type, status, FEI/EIN, date filed, principal/mailing address, registered agent, and officer/director roster. Read-only.

  235. 235
    find-agent-contact-detailsedgeprop.my

    Extract a Malaysian real-estate agent's display name, full mobile phone (E.164), and email from any EdgeProp.my agent profile or listing page by parsing the inlined Next.js __NEXT_DATA__ payload — bypasses the UI's masked phone and email-form gateway.

  236. 236
    find-violation-detailsefaa.sa

    Given a Saudi establishment ID (firmId) and a violation ID, retrieves the full violation record from EFAA — the National Violations Platform — including issuing entity, type, date, location, fine amount, payment status, due date, and objection eligibility.

  237. 237
    lookup-aircraftfaa.gov

    Look up a US-registered aircraft in the FAA Aircraft Registry by N-number, manufacturer serial, registrant name, or make/model. Returns full registration record (owner, aircraft, airworthiness, Mode-S, status) via direct HTTP GET — no browser, no anti-CSRF dance.

  238. 238
    search-stock-newsfinance.yahoo.com

    Given a stock ticker, return Yahoo Finance's per-ticker news headlines (title, URL, publisher, age, content type, related tickers) plus the AI-generated Yahoo Scout summary, by deep-linking to /quote/{TICKER}/news/ and extracting from .mainContent.

  239. 239
    firebox-gift-recommenderfirebox.eu

    Recommend Firebox.eu products for a recipient profile (interests, budget, occasion, recipient role). Uses the storefront's Algolia index for facet-filtered scoring (product_tags, categories.level1, gift_gender, price.EUR.default, personalizable) and returns ranked picks with title, price, url, and a rationale grounded in matched facets. Read-only.

  240. 240
    trending-repos-searchgithub.com

    Return the current set of trending public repositories from github.com/trending — owner, repo, description, programming language, total stars, total forks, stars gained in the selected period, and top contributing developers — with optional filters for spoken language, programming language, and date range (daily/weekly/monthly).

  241. 241
    generate-payment-linkgopay.kg

    Create a hosted payment link on GoPay.kg (Kyrgyzstan ELQR gateway) via a signed HMAC-SHA512 POST to /v1/payments. Returns checkout_url, QR data, and per-bank-app deep links for MBank, MegaPay, Optima24, and 17+ other partner apps.

  242. 242
    private-market-verified-searchhiive.com

    Compliance-first, read-only diligence on hiive.com: enumerate credible exposure paths for a private-market target (direct Hiive Markets brokerage and Hiive {Issuer} SPVs), cross-verify against FINRA BrokerCheck, SEC EDGAR Form D, SEC IAPD, SIPC, and state/provincial regulators, score on a 100-point rubric, tier 1-3 or Avoid, emit ranked candidate table plus before-wiring checklist. Never advises, contacts, submits forms, bids, lists, wires, bypasses access controls, or calls any option safe.

  243. 243
    find-listingshousing.com

    Search Housing.com for property listings in an Indian city (rent or buy), returning each listing's title, BHK, sqft, locality, price, furnishing, posted-by, verification badges, updated time, and canonical detail URL.

  244. 244
    browse-latest-modelshuggingface.co

    List the most recently created models on Hugging Face with full metadata (id, author, createdAt, tags, pipeline_tag, library, downloads, likes, gated flag, canonical URL). Filter by pipeline task, library, author/org, or free-text search. Read-only.

  245. 245
    search-repair-guidesifixit.com

    Search iFixit for repair guides by device model, brand, or category and return structured results — title, difficulty, time, step count, tools, parts, and direct guide URL — plus optional full step-by-step instructions with image URLs. Read-only.

  246. 246
    findsuppliersindiamart.com

    Search IndiaMART (dir.indiamart.com) for suppliers of a given product in a given Indian city, returning company name, product title, price, location, verification badges, rating, and storefront URL for each card on the search results page.

  247. 247
    find-word-meaningsinurdu.pk

    Look up a name's English + Urdu meaning, pronunciation, gender, syllables, origin, and lucky details on inurdu.pk — or fetch curated Urdu vocabulary lists by topic.

  248. 248
    find-tech-companiesisraeli.company

    Enumerate brand entries on israeli.company classified in the technology sector — Israeli-founded/owned firms and non-Israeli companies the site has documented as having ties to Israel — with optional per-brand verdict and metadata.

  249. 249
    search-productsjd.com

    Search JD.com (Jingdong) for products by keyword and return structured results — title, price in CNY, JD-self-operated flag, review count, stock status, canonical URL — with brand / price-range / sort filters. Read-only. Requires an authenticated JD context or a China-resident proxy: foreign IPs hit a hard login wall on every product subdomain.

  250. 250
    browse-new-content-ratingsjustwatch.com

    Return JustWatch's daily 'Nuevo' feed for Spain (/es/nuevo) grouped by streaming platform, with each title's IMDb score, vote count, TMDB score, and Rotten Tomatoes meter pulled from the page's embedded Apollo cache — no per-title page visit needed.

  251. 251
    search-productslazada.com.my

    Search Lazada Malaysia by keyword and return structured product results (title, price MYR, rating, reviews, seller, LazMall flag, discount, canonical URL) with optional filters for price range, location, shipping, and sort. Read-only.

  252. 252
    Partnercreate-payment-credentiallink.com

    Gets secure, one-time-use payment credentials (cards, tokens) from a Link wallet so agents can complete purchases on behalf of users. Use when the user says "get me a card", "buy something", "pay for X", "make a purchase", "I need to pay", "complete checkout", or asks to transact on any merchant site. Use when the user asks to connect or log in to or sign up for their Link account.

  253. 253
    track-live-scoreslivescore.com

    Track every in-play soccer match on LiveScore via the public JSON API — for each live match return competition, home/away teams, current and half-time scores, elapsed minute, match phase, kickoff time, and canonical match URL. Browser fallback documented for the rare case the API misbehaves.

  254. 254
    search-compare-monitormercadolibre.com.ar

    Browse MercadoLibre Argentina category pages, capture product cards (price ARS, installments, shipping, MercadoLíder tier, sponsorship), compare listings on landed cost and seller trust, and diff a saved listing for price/stock/shipping/reputation changes. Read-only. Documents the gz/account-verification anti-bot gate that blocks search and product-detail pages from anonymous browser sessions.

  255. 255
    plan-routemvg.de

    Plan a public-transport route between two stops in the Munich (MVV) network — returns leg-by-leg lines, departure/arrival times, real-time delays, intermediate stops, walking transfers, and ticketing-zone info. Read-only; never books.

  256. 256
    search-patentspatents.google.com

    Search Google Patents (~140M+ worldwide publications) by free-text query, assignee, inventor, country, status, language, or date range — returns publication number, title, priority/filing/grant/publication dates, inventor, assignee, snippet, PDF URL, and canonical landing-page URL for each match.

  257. 257
    philly-council-eventsphila.legistar.com

    Extract Philadelphia City Council and committee meeting events from the Legistar calendar (phila.legistar.com), filterable by year and body. Returns a Zod-validated array of events with name, date, time, location, and agenda/minutes URLs. Read-only.

  258. 258
    polymarket-researchpolymarket.com

    Search Polymarket for prediction markets matching a topic, open the most relevant one, and return Zod-validated structured metadata: question, current YES/NO implied probabilities, USD volume (cumulative + rolling windows), resolution date, and top traders (largest holders per outcome).

  259. 259
    extract-property-datarealestate.com.au

    Extract structured property information from a realestate.com.au listing or address — location data (address + lat/lon), price range or sold price, key statistics (beds/baths/parking/land size/property type), agent + agency, and the full historical sale price timeline from the Property Pages address profile.

  260. 260
    filter-rental-searchrent.591.com.tw

    Apply user-supplied filters (region, district, price, room count, property type, area, amenities, sort) on rent.591.com.tw and return matching rental listings with title, price, layout, area, floor, address, MRT distance, and detail URL.

  261. 261
    create-visitor-routing-skillsaintjavelin.com

    Route every saintjavelin.com visitor to the best next action — buy, gift, support Made-in-Ukraine production, learn impact, donate to vetted partners, subscribe, share, or wait for a drop — optimizing trust, repeat purchase, and mission credibility over single-session conversion. Prefers the site's published agents.md + UCP MCP over scripted browsing.

  262. 262
    search-computer-partssaudi.microless.com

    Search saudi.microless.com for computer parts and return structured product data.

  263. 263
    lookup-scout-product-infoscoutos.com

    Read-only research skill that retrieves structured product, pricing, integration, customer, and use-case information from scoutos.com given a topic, and walks the Cal.com demo-booking modal and Clerk-hosted free-trial signup up to (but not including) form submission.

  264. 264
    check-diesel-subsidiessede.agenciatributaria.gob.es

    Look up Spain's professional-diesel excise-tax refund (Devolución gasóleo profesional, procedure DL03) on AEAT's Sede Electrónica: refund rate, eligibility, annual caps, authorised card issuers, and the auth-walled personal-refund query.

  265. 265
    compare-products-instant-deliveryshopee.com

    Search a Shopee country site for products matching a query, filter to items eligible for instant / same-day courier delivery to a buyer postcode, then rank by price and rating and group the results by Shopee category.

  266. 266
    search-productsshopee.com.my

    Search Shopee Malaysia for products by keyword and return structured results — title, MYR price, sold count, rating, shop name, discount, canonical URL. Supports filters for price range, location (Peninsular/East Malaysia), shipping type, and sort by relevance/popularity/price. Read-only. Documents Shopee MY's hard anti-bot wall (Server Gateway error 90309999, /verify/traffic/error?type=4) confirmed across two iterations.

  267. 267
    searchsobasearch.com

    Return recovery meetings (AA/NA/SMART/CMA/Al-Anon/etc.) and treatment/provider facilities indexed by SobaSearch near a given ZIP, city, or free-text location — names, schedules, addresses, phones, services, distance, and detail URLs.

  268. 268
    business-searchsosbiz.idaho.gov

    Search the Idaho Secretary of State business registry by name or file number and return matching entities — filing number, entity type, status, standing, filing date, and registered agent — with optional hydration of full filing details (principal/mailing address, registered agent, AR due date).

  269. 269
    find-repair-guidessupport.hp.com

    Resolve any HP product (consumer or business — Pavilion/Envy/Spectre/OMEN, ProBook/EliteBook/ZBook) by model/product-number/serial via HP's typeahead, then fetch the Maintenance and Service Guide PDF (with spare part numbers), all PDF manuals, current drivers + BIOS/firmware with CVE-level release notes, how-to videos, and diagnostic-tool pointers. Read-only; warranty status excluded because reCAPTCHA-gated.

  270. 270
    find-repair-guidessupport.lenovo.com

    Resolve a Lenovo machine type, serial number, or product slug to its canonical pcsupport.lenovo.com product page, then return the Hardware Maintenance Manual (HMM) PDF, part numbers (FRU/CRU), driver downloads, BIOS/UEFI updates, diagnostic tools, warranty status, and self-repair guide. Read-only.

  271. 271
    search-productstaobao.com

    Search Taobao (China consumer marketplace) by keyword and return structured product results — title, CNY price, sold count, shop name, Tmall flag, and canonical URL — with filters for price range, ship-from location, shipping, and sort by sales / price / rating. Read-only.

  272. 272
    find-buy-magnetsthemagnetbaron.com

    Given a buyer's natural-language description (specific miniature kit, game system, magnet dimension, or use-case), return ranked Magnet Baron product recommendations with handles, variant IDs, prices, SKUs, in-stock status, image URLs, and canonical product URLs — via Shopify's unauthenticated read-only JSON API. Read-only; hand the variant IDs off to a buyer-approved checkout agent.

  273. 273
    obsessionstherealreal.com

    Return the signed-in user's TheRealReal Obsessions (hearted/tagged items) as a structured list with current price, original price, MSRP, sale callout, designer, name, image, and product URL — keyed by internal product ID so successive snapshots can be diffed to surface price drops, new sale callouts, and delisted items. Read-only.

  274. 274
    compare-products-by-price-rating-delivertokopedia.com

    Search Tokopedia for a product query and return a price-ranked list with star rating, sold count, seller city, free-shipping flag, instant-courier eligibility (Tokopedia 'Instan' / 'Same Day' filter), and category breadcrumb. Also groups results by Tokopedia's category taxonomy. Read-only — never adds to cart.

  275. 275
    find-transport-routetransportnsw.info

    Resolve a natural-language origin + destination + (optional) arrive-by / leave-at time into the public-transport itineraries returned by transportnsw.info: per-itinerary departure / arrival times, duration, leg-by-leg mode + route, fare, real-time delay status. Drives the deterministic URL-param surface; falls back to the form when location IDs aren't yet cached. Read-only.

  276. 276
    geo-weather-fetchwindy.com

    Fetch current weather and 5–10 day forecast for a city from Windy.com: temperature, wind, precipitation, pressure, humidity, gust. Returns structured JSON (Zod-shaped).

  277. 277
    find-pizzayelp.com

    Search Yelp for pizza in San Francisco, extract the ranked search-results list, then open the top-ranked business page and extract its full profile (address, phone, hours by day, rating, review count, neighborhood, categories, photo count). Read-only.

  278. 278
    Partnerget-email-inboxagent.email

    Get yourself an email address. Send emails, receive emails, and manage inboxes programmatically.

  279. 279
    apple-pdf-reducto-extractapple.com

    Resolves the latest Apple 10-Q or 10-K PDF on investor.apple.com (Q4Inc-hosted CDN), then calls Reducto's Extract API by URL-passthrough to return revenue, product + geographic segment breakdown, EPS, and key balance-sheet items as schema-validated JSON. Read-only.

  280. 280
    apple-quarterly-filingsapple.com

    Download Apple's most-recently-filed 10-Q quarterly report PDF from investor.apple.com and return the saved file path plus fiscal period metadata (fiscal year, fiscal quarter, period-end date, filing date, accession number).

  281. 281
    search-cars-by-filtersblocket.se

    Search Blocket.se for cars matching user-supplied filters — make, model, price range, year, mileage, fuel, transmission, body type, region, equipment, dealer-vs-private — and return matching listings with full per-car metadata. Read-only; uses Blocket's public JSON API.

  282. 282
    search-financial-newscnyes.com

    Search Cnyes (鉅亨網) for financial news, stock-related articles, market updates, company news (財報/股東會/公告), and macro themes (AI, 半導體, 美債, 匯率, 加密幣). Returns structured fields (title, Taipei publish time, byline, category, keywords, related tickers, URL) plus optional full-body dereference. Read-only; output in Traditional Chinese; never gives investment advice.

  283. 283
    get-rental-car-pricecostcotravel.com

    Return Costco Travel 'Low Price Finder' rental-car prices (vendor x car-class matrix) for a pickup location, drop-off location, and date+time pair. Read-only — never books. Form fill flow and public airport-autocomplete API are documented; the search-submit endpoint is currently blocked by Akamai for automated sessions.

  284. 284
    sf-business-registry-lookupdata.sfgov.org

    Search the San Francisco registered-business dataset on DataSF by DBA name or owner name and return legal name, DBA, address, NAICS code, status, and registration date per location. Read-only, Zod-validatable.

  285. 285
    sf-business-registry-lookupdata.sfgov.org

    Search the San Francisco Registered Business Locations dataset on data.sfgov.org by DBA or owner name and return legal entity, DBA, address, NAICS, status (active/closed/admin-closed), and registration date. API-first via the Socrata SoQL endpoint with Lookup-story browser fallback.

  286. 286
    sf-business-registry-lookupdata.sfgov.org

    Look up SF registered businesses by DBA or owner name on data.sfgov.org and return legal name, DBA, address, NAICS code, status, and registration date.

  287. 287
    find-product-pricingdeltacomputer.com

    Look up Delta Computer Products (deltacomputer.com) product prices in EUR — including simple-product list prices and bundle-server per-configuration prices (Barebone, CPU, RAM, GPU, storage, OS, support). Read-only; parses public Magento HTML, no quote-request submission.

  288. 288
    docs-vs-code-auditordocs.stagehand.dev

    Crawl a docs site (default docs.stagehand.dev), discover its linked GitHub repo, and flag drift between documented signatures/flags/examples and the actual source — citing both doc and code by file and line. Uses Cerebras Cloud (Qwen3-Coder-480B / Llama-3.3-70B) for fast structured diffing.

  289. 289
    retrieve-latest-dtsfiscaldata.treasury.gov

    Fetch the most recently published U.S. Daily Treasury Statement from fiscaldata.treasury.gov — either as structured JSON across the seven active DTS data tables or as the canonical PDF report, via the open Fiscal Data REST API (no auth required).

  290. 290
    company-legal-address-findergoogle.com

    Given a company's common name, locate its official site via Google (or Browserbase Search API) and parse Terms / Privacy Policy / Imprint for the legal entity name and registered physical address. Returns { legalName, address, source } plus optional affiliates for multi-entity companies.

  291. 291
    query-extract-structure-datasetsmcp.data.gouv.fr

    Drive the data.gouv.fr MCP server (mcp.data.gouv.fr/mcp, server v1.27.1, MCP protocol 2025-06-18, Streamable HTTP + SSE) to search datasets, organizations, and third-party APIs, then normalize each hit into a clean reusable JSON record (title, description, organization, license, frequency, spatial, temporal, resources, file_urls, api_endpoints, quality_signals, …) by enriching with the data.gouv.fr REST API at /api/1/datasets/{id}/.

  292. 292
    place-ordermiapalatincafe.com

    Build a Mi Apá Latin Café delivery cart on the Toast-Sites ordering page: switch to delivery, set address via Google Places typeahead, add 1–2 items (every item opens a modifier modal), fill guest checkout, and reach the on-page Payment section. Read-only — stops before Place Order. Documents Toast's phone-entry OTP trap and the host-mismatch 404.

  293. 293
    michelinstarmichelin.com

    Find a Michelin-starred restaurant in a given city on guide.michelin.com and detect whether it has a reservation widget — Resy, Tock, SevenRooms, OpenTable, or TheFork — returning the partner identity and click-out / iframe URL. Read-only; stops at the booking surface.

  294. 294
    nurse-license-verifynursys.com

    Verify a U.S. nurse license on Nursys QuickConfirm (NCSBN's primary-source-equivalent database for 58 participating boards of nursing) — returns licensee name, license number, jurisdiction, type (RN/PN/APRN-CNP/APRN-CRNA/APRN-CNS/APRN-CNM), compact status, active status, original issue/expiration dates, and discipline flags. Bulk-verify loops one-call-per-license.

  295. 295
    philly-council-eventsphila.legistar.com

    Extract Philadelphia City Council meetings and committee hearings from phila.legistar.com/Calendar.aspx — meeting body name, date, time, location, event ID/GUID, and canonical detail URL. Year-filterable. Zod-validated array.

  296. 296
    philly-council-eventsphila.legistar.com

    Extract Philadelphia City Council and committee meetings from phila.legistar.com — name, date, time, body, location, agenda/minutes URLs — filtered by year and/or meeting body via the public Legistar Web API. Browser fallback documented.

  297. 297
    travel-dealpriceline.com

    Surface current Priceline travel deals (Express Deals promo callouts, city-route hotel and flight prices) by extracting them directly from the homepage. Read-only; never books. Recommended path is homepage extraction because Priceline's PerimeterX 'Press & Hold' challenge fires on the search-form submission path.

  298. 298
    extract-listings-by-neighborhoodproperty24.com

    Extract every for-sale or to-rent property listing in a South African suburb on property24.com — listing ID, price, bedrooms/bathrooms/parking, floor size, location, image, agent, and (optionally per-listing) full address, lat/lon, erf size, rates, levies, and amenity flags.

  299. 299
    sf-court-bookingrec.us

    Reserve a tennis or pickleball court in the San Francisco Recreation & Park system via rec.us. Prompts for activity, date, and time window; logs in; selects the first available reservable slot in the window; confirms the booking; returns the confirmation code.

  300. 300
    find-trainstrainline.com

    Look up train (and bus) journey options on trainline.com for a given origin, destination, date, and passenger count. Returns each option's departure/arrival times, duration, changes, operator, fare type, and cheapest+first-class prices. Hybrid skill: clean public locations-search API for URN resolution, stealth browser deep-link for results. Read-only.

  301. 301
    find-diecast-modelwellydiecast.com

    Search Welly Die Casting Factory's manufacturer catalog by vehicle keyword, brand, or scale and return matching diecast models with Item No., model name, scale, photo URL, and shareable canonical URL. Read-only manufacturer reference — no prices or stock.

  302. 302
    ca-real-estate-license-verifywww2.dre.ca.gov

    Verify a California real estate license number against the CA Department of Real Estate public lookup and return licensee name, type (BROKER/SALESPERSON/CORPORATION), status, expiration, addresses, NMLS endorsement, affiliated entities, and any public disciplinary actions with hearing PDF links.

  303. 303
    ca-real-estate-license-verifywww2.dre.ca.gov

    Verify a California real estate license by license ID or licensee/company name. Returns license type, status, expiration, MLO endorsement (NMLS ID), broker affiliation, branches/DBAs, and disciplinary-comment block. Distinguishes found, multi-match, and not-found outcomes for both ID and name lookups.

  304. 304
    ca-real-estate-license-verifywww2.dre.ca.gov

    Verify a California real estate license by ID against the DRE Public License Lookup. Returns licensee name, license type (broker/salesperson/corporation), status, expiration, issue date, mailing/office addresses, branches, affiliated corporations, and the full disciplinary-action timeline with PDF links. Zod-validated.