Skip to main content
Glama

Server Details

17-model LLM gateway + 350+ data/KYB/sanctions tools. Pay-per-call USDC via x402, no API key.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsB

Average 3.8/5 across 172 of 172 tools scored. Lowest: 2.7/5.

Server CoherenceC
Disambiguation2/5

Many tools have overlapping purposes (e.g., lookup_github vs lookup_github_user vs enrich_github; lookup_ssl_cert vs lookup_sslstatus; lookup_dockerhub vs scrape_dockerhub). The distinction between lookup and scrape is not always clear, and bundle tools overlap with individual lookups. Agents will likely misselect frequently.

Naming Consistency3/5

Tools follow several conventions: lookup_*, scrape_*, bundle_*, enrich_*, ai_*, data_*, and a few outliers like posts_x, search_youtube. While each prefix group is consistent, mixing many patterns reduces predictability. Overall readable but not uniform.

Tool Count2/5

With 172 tools, the surface is overwhelming. Many tools are trivial lookups (e.g., lookup_joke, lookup_emoji, lookup_random_image) that could be consolidated. The count far exceeds typical MCP servers and harms discoverability.

Completeness4/5

The server covers an impressively broad range of domains: social media, e-commerce, finance, crypto, real estate, books, movies, weather, DNS, security, and more. All tools are read-only, which is consistent with a data enrichment API. Minor gaps exist (e.g., no write capability, some platforms only have lookup without scrape).

Available Tools

172 tools
ai_askInspect

LLM completion (standard tier, DeepSeek V3.1) — send any prompt, get a frontier-quality answer. Pay USDC per call, no API key. Outsource summarization, extraction, classification, drafting, or reasoning far cheaper than burning premium model tokens.

Example call: {"prompt": "Summarize this in 2 sentences: ..."}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
ai_proInspect

LLM completion (frontier tier, Claude 4.5 Sonnet) — top-end reasoning, analysis, synthesis, and drafting. Pay USDC per call, no API key, no signup. Use when the task is hard enough to need the smartest model.

Example call: {"prompt": "Analyze the trade-offs between these two architectures: ..."}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
ai_ultraInspect

LLM completion (ultra tier, Claude Opus 4.6) — the top-end reasoning model for the hardest agent tasks: deep multi-step analysis and high-stakes drafting. Pay USDC per call, no API key. Use when model quality dominates cost.

Example call: {"prompt": "Reason step by step about this complex case: ..."}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYes
audit_githubInspect

Audit a GitHub repo for security signals (open CVEs in deps, last commit age, license, contributor count). Pass owner/repo. Use for OSS supply-chain risk scoring.

Example call: {"owner_repo": "vercel/next.js"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
owner_repoYes
bundle_company_360Inspect

Company 360: domain intelligence (DNS/WHOIS/TLS) fused with company firmographics, for any domain. For sales prospecting, KYB, and enrichment agents.

Example call: {"domain": "stripe.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
bundle_crypto_360Inspect

Full crypto snapshot in ONE call: market data + spot price + Fear & Greed sentiment + global market context + trending, for any CoinGecko coin id. For trading, research, and portfolio agents.

Example call: {"coin": "bitcoin"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
coinYes
bundle_dev_360Inspect

Developer/GitHub intelligence: account profile + top repositories for any username. For recruiting, dev-rel, and technical-sourcing agents.

Example call: {"username": "torvalds"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
bundle_device_360Inspect

FDA medical-device risk dossier: 510(k) clearances + recalls + adverse events (MAUDE), for any device or manufacturer. For medtech, procurement, and compliance agents.

Example call: {"name": "insulin pump"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
bundle_diligence_360Inspect

Corporate due-diligence dossier in ONE call: firmographics + OFAC sanctions screen + entity risk score + KYB registry dossier + legal/case-law exposure. For investment, KYB, compliance, and corporate-intelligence agents.

Example call: {"name": "Stripe"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
bundle_domain_360Inspect

Domain security/infra footprint: WHOIS registration + DNS records + TLS certificate, for any domain. For security review, vendor due diligence, and monitoring agents.

Example call: {"domain": "stripe.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
bundle_drug_360Inspect

Drug intelligence dossier: FDA label + approval history (Drugs@FDA) + clinical trials, for any drug. For pharma, healthcare, and research agents.

Example call: {"name": "metformin"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
bundle_email_360Inspect

Email intelligence: deliverability validation + provider/domain enrichment for any email address. For lead-gen, CRM hygiene, and fraud-screening agents.

Example call: {"email": "jane@stripe.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYes
bundle_kyb_360Inspect

KYB / counterparty-risk verdict for a company in ONE call: sanctions + PEP + watchlist screen (OFAC/EU/UK/UN) + entity risk score + KYB registry dossier + legal/case-law exposure + firmographics. Use for customer/vendor onboarding, merchant underwriting, compliance, and investment due diligence.

Example call: {"name": "Stripe"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
bundle_regulatory_360Inspect

Regulatory & legal landscape for a sector/term: Federal Register rulemaking + case-law + FDA device signals + federal grant signals. For policy, legal, compliance, and risk-monitoring agents.

Example call: {"term": "medical devices"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYes
bundle_repo_360Inspect

GitHub repo intelligence: repository profile + latest releases, for any owner/repo. For dev-tools, security, and OSS-monitoring agents.

Example call: {"owner": "anthropics", "repo": "claude-code"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
bundle_risk_360Inspect

Risk & compliance 360: OFAC sanctions screen + entity risk score + KYB/vendor dossier for any company. For compliance, onboarding, and vendor-risk agents.

Example call: {"name": "Acme Corp"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
bundle_sales_intentInspect

Sales-intent signals by industry/keyword: companies that just raised funding, won a federal contract, won a grant, or cleared FDA review. For lead-gen, prospecting, and sales agents.

Example call: {"keyword": "fintech"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
keywordYes
bundle_sec_360Inspect

SEC corporate-financials intelligence: company facts (XBRL financials) + recent SEC filings for any ticker/CIK. For equity research, investment analysis, and financial agents.

Example call: {"ticker": "AAPL"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYes
data_clinical_trialsInspect

Clinical trials for any condition, drug, or sponsor (ClinicalTrials.gov) — NCT id, title, status, phase. For healthcare, pharma, and research agents.

Example call: {"term": "diabetes"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
termYes
data_ip_threatInspect

IP threat-intel: open ports + known CVEs/vulnerabilities + hostnames + tags for any IP (Shodan InternetDB). For security, fraud, and abuse-screening agents.

Example call: {"ip": "8.8.8.8"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYes
data_sanctions_screenInspect

Sanctions, PEP & watchlist screen for any person or company across OFAC, EU, UK, UN + 100+ lists (OpenSanctions). The canonical KYC/KYB gate — call before onboarding, paying, or transacting with any counterparty.

Example call: {"name": "Gazprom"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
enrich_apifyInspect

Get metadata for a public Apify actor (description, pricing, last build, recent runs). Use when researching Apify scrapers or comparing actor coverage.

Example call: {"actor_id": "apify~instagram-scraper"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
actor_idYes
enrich_browserbaseInspect

Headless-browser fetch of a URL with full JS render, returning final HTML and screenshot URL. Use when the target page is SPA/JS-rendered and a plain fetch returns empty HTML.

Example call: {"url": "https://example.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
enrich_browsersnapInspect

Headless-browser screenshot of a URL, returning a CDN screenshot URL. Use when you need a visual snapshot for a report, slide, or QA pipeline.

Example call: {"url": "https://example.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
enrich_companyInspect

Enrich a company with metadata (industry, employee size, founded year, logo, social links) given just a domain. Use whenever you need company context for a B2B lead, prospect, or competitor.

Example call: {"domain": "stripe.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
enrich_githubInspect

Enrich a GitHub user profile with public repo count, followers, hireable flag, top languages, and join date. Use for developer-lead qualification or recruiter sourcing.

Example call: {"username": "torvalds"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
enrich_googlereviewsInspect

Aggregate Google Maps reviews by place_id with rating distribution and recent review text. Use when you already have a Google place_id and need structured review data.

Example call: {"place_id": "ChIJN1t_tDeuEmsRUsoyG83frY4"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
place_idYes
enrich_instagramInspect

Enrich an Instagram profile with follower count, bio, business category, verified status, profile picture, and external links. Use when you need to qualify an Instagram lead, score a creator for an influencer campaign, or pull live profile context for a prospect.

Example call: {"username": "natgeo"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
enrich_linkedinInspect

Enrich a public LinkedIn profile (headline, current company, experience snapshot) given the vanity slug (the part after /in/). Use for B2B lead enrichment when you only have a LinkedIn URL.

Example call: {"slug": "satyanadella"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
enrich_reviewsInspect

Aggregate Google Maps reviews for a local business (rating, review count, recent review snippets). Use for local-SEO research, competitor monitoring, or restaurant/service intelligence.

Example call: {"query": "blue bottle coffee oakland"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
enrich_spotifyInspect

Enrich a Spotify artist profile with monthly listeners, follower count, top tracks, and genres. Use for music marketing, A&R research, or playlist-pitching workflows.

Example call: {"artist_id": "06HL4z0CvFAxyc27GXpf02"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
artist_idYes
enrich_threadsInspect

Enrich a Threads (Meta) profile with follower count, bio, and verified status. Use for cross-platform social-presence checks.

Example call: {"username": "zuck"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
enrich_tiktokInspect

Enrich a TikTok profile with follower count, total likes, bio, verified status, and recent post stats. Use when you need to qualify a TikTok creator for paid partnerships or pull live audience data.

Example call: {"username": "khaby.lame"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
enrich_xInspect

Enrich an X/Twitter profile with follower count, bio, verified status, account creation date, and tweet count. Use when you need live X account context for lead research or influencer scoring.

Example call: {"username": "elonmusk"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
extract_documentInspect

Extract structured data (tables, forms, invoice fields) from a document URL. Pass ?url=... (PDF/PNG/JPG). Use for invoice processing, form parsing, document AI.

Example call: {"query_string": "url=https://example.com/invoice.pdf"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
install_snippetsInspect

Return ready-to-paste configuration snippets for installing this MCP server in Claude Code, Cursor, Cline, Continue.dev, Windsurf, and Zed. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_endpointsInspect

List all paid endpoints exposed by this MCP server with their prices and live status. Free — no wallet required. Use this first to discover what tools are available.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

lookup_adviceInspect

Get a random piece of advice. Use for content-fill or personal-assistant agents.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_age_calculatorInspect

Calculate age in years/months/days from a birthdate (YYYY-MM-DD). Use for HR and registration agents.

Example call: {"birthdate": "1990-04-15"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
birthdateYes
lookup_anilistInspect

Search AniList for anime/manga metadata. Use for anime-recommendation and otaku-content agents.

Example call: {"query": "frieren"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_arxivInspect

Search arXiv for recent papers matching a query (title, authors, abstract, PDF link). Use for ML/AI research agents and literature review.

Example call: {"query": "diffusion transformer"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_asnInspect

Get ASN metadata (org, country, CIDR ranges). Use for network-research and threat-intel agents.

Example call: {"asn": "AS15169"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
asnYes
lookup_base64Inspect

Encode or decode base64. Pass ?text=...&op=encode|decode as query. Use for data-format agents.

Example call: {"query_string": "text=hello&op=encode"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_beerInspect

Search craft-beer metadata (name, brewery, abv, ibu, style). Use for hospitality and food agents.

Example call: {"query": "ipa"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_blueskyInspect

Get a Bluesky profile (followers, bio, post count, avatar). Use for emerging-platform creator research.

Example call: {"handle": "jay.bsky.team"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
handleYes
lookup_builtwithInspect

Detect the tech stack of a website (frameworks, analytics, CMS, hosting). Use for competitive analysis and lead enrichment.

Example call: {"domain": "stripe.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_coingeckoInspect

Detailed CoinGecko metadata for a coin (price, mcap, volume, links, dev activity). Use for crypto-research agents.

Example call: {"coin_id": "bitcoin"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
coin_idYes
lookup_color_contrastInspect

Calculate WCAG color-contrast ratio between two hex colors. Pass 'FG/BG' (no #). Use for accessibility and design agents.

Example call: {"fg_bg": "ffffff/3b82f6"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
fg_bgYes
lookup_color_paletteInspect

Generate a complementary color palette from a seed hex code. Use for design agents and theme generators.

Example call: {"seed_hex": "3b82f6"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
seed_hexYes
lookup_countryInspect

Get country metadata (capital, population, currency, languages, flag). Use for localization, finance, and travel agents.

Example call: {"country": "japan"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
countryYes
lookup_cratesInspect

Get crates.io package metadata for a Rust crate (latest version, downloads, repo). Use for Rust-dependency research.

Example call: {"pkg": "tokio"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pkgYes
lookup_credit_card_validateInspect

Luhn-validate a credit-card number and detect the network. Pass ?number=... as query. Use for fintech UX agents (NOT a fraud check).

Example call: {"query_string": "number=4111111111111111"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_cryptoInspect

Get live crypto price + 24h change for a symbol (BTC, ETH, SOL, etc.) sourced from CoinGecko. Use for portfolio agents, trading bots, or DeFi research.

Example call: {"symbol": "btc"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes
lookup_currency_historicalInspect

Get a historical FX rate. Pass base/target/date (YYYY-MM-DD). Use for accounting backfill or historical-analysis agents.

Example call: {"base_target_date": "USD/EUR/2024-01-15"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
base_target_dateYes
lookup_cveInspect

Look up a CVE (description, CVSS, references, affected products). Use for security-monitoring agents.

Example call: {"cve_id": "CVE-2021-44228"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
cve_idYes
lookup_dictionaryInspect

Get a dictionary definition for an English word (meanings, examples, phonetics). Use for writing and language agents.

Example call: {"word": "ephemeral"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
wordYes
lookup_dnsInspect

Resolve DNS records (A, AAAA, MX, TXT, NS) for a domain. Use for security audits, email-deliverability checks, or infra discovery.

Example call: {"domain": "github.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_dockerhubInspect

Get Docker Hub image metadata (last push, pull count, tags, size). Use for container audits and supply-chain research.

Example call: {"image": "library/postgres"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageYes
lookup_dog_breedInspect

Get info + image for a dog breed. Use for pet content agents.

Example call: {"breed": "shiba"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
breedYes
lookup_domainageInspect

Get a domain's age (creation date, age in years). Use for trust scoring and SEO research.

Example call: {"domain": "google.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_email_validateInspect

Validate an email address (syntax + MX-record check). Use for lead-list cleaning before sending cold email.

Example call: {"email": "test@example.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
emailYes
lookup_emojiInspect

Search emojis by keyword (returns unicode + shortcode + category). Use for content-generation agents.

Example call: {"query": "fire"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_exchangeInspect

Get a live FX rate from base→target (3-letter ISO currency codes). Use for pricing localization, accounting, or finance agents.

Example call: {"base": "USD", "target": "EUR"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
baseYes
targetYes
lookup_food_barcodeInspect

Look up a food product by UPC/EAN barcode (Open Food Facts). Returns nutrition, ingredients, brand. Use for grocery, dietary, or scanning agents.

Example call: {"barcode": "737628064502"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
barcodeYes
lookup_geocodeInspect

Forward-geocode an address to lat/lon. Pass ?q=... as query. Use for mapping and logistics agents.

Example call: {"query_string": "q=1600+Amphitheatre+Pkwy+Mountain+View+CA"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_githubInspect

Get GitHub repo metadata (stars, language, license, dates, default branch). Use for OSS research, dependency-risk scoring, or maintainer outreach.

Example call: {"owner": "torvalds", "repo": "linux"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
repoYes
ownerYes
lookup_github_gistInspect

Get a GitHub Gist (files, owner, description). Use for snippet retrieval and code-research agents.

Example call: {"gist_id": "aa5a315d61ae9438b18d"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
gist_idYes
lookup_github_releasesInspect

List recent GitHub releases for a repo (tag, name, body, published). Pass owner/repo. Use for changelog and dependency-update agents.

Example call: {"owner_repo": "vercel/next.js"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
owner_repoYes
lookup_github_userInspect

Get a GitHub user's public profile (repos, followers, bio, hireable). Use for recruiter and developer-lead research.

Example call: {"username": "torvalds"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
lookup_gomoduleInspect

Get Go module metadata (latest version, repo, license). Use for Go-dependency audits.

Example call: {"module": "github.com/gin-gonic/gin"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
moduleYes
lookup_hashInspect

Hash a string (md5/sha1/sha256). Pass ?text=...&algo=... as query. Use for checksum and integrity agents.

Example call: {"query_string": "text=hello&algo=sha256"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_hnInspect

Get Hacker News top stories or a specific story by id (title, points, comments, author). Use for trend monitoring or HN-launch analysis. Pass 'top' for the front page.

Example call: {"story_or_top": "top"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
story_or_topYes
lookup_hn_userInspect

Get a Hacker News user profile (karma, about, created). Use for HN-poster qualification.

Example call: {"username": "pg"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
lookup_holidayInspect

List public holidays for a country and year (ISO-2 country code). Use for scheduling, booking, and HR/calendar agents.

Example call: {"country": "US", "year": "2026"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYes
countryYes
lookup_ibanInspect

Validate an IBAN and decode bank/country/account. Use for fintech and payment agents.

Example call: {"iban": "DE89370400440532013000"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
ibanYes
lookup_ipInspect

Geolocate an IP address (country, city, ISP, lat/lon, timezone). Use for log enrichment, fraud signals, or geo-routing logic.

Example call: {"ip": "8.8.8.8"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYes
lookup_ipinfoInspect

Detailed IP info including ASN, org, abuse contact. Use for security and traffic-analysis agents.

Example call: {"ip": "1.1.1.1"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYes
lookup_itunesInspect

Search the iTunes/App Store catalog (apps, music, podcasts). Use for app-research and music-discovery agents.

Example call: {"query": "spotify"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_jokeInspect

Get a random clean joke. Use for content-fill or conversational agents.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_json_validateInspect

Validate a JSON document and return errors. Use POST with JSON body. Use for data-pipeline agents.

Example call: {"body": "{"a":1}"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_jwt_decodeInspect

Decode a JWT (header + claims, no verify). Pass ?token=... as query. Use for auth-debug agents.

Example call: {"query_string": "token=eyJhbGci..."}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_lemmyInspect

Get a Lemmy community's recent posts. Use for fediverse-content research.

Example call: {"community": "technology@lemmy.world"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
communityYes
lookup_lighthouseInspect

Run a Lighthouse audit on a URL (performance, accessibility, SEO, best-practices). Use for web-quality agents.

Example call: {"url": "https://example.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
lookup_loremInspect

Generate Lorem Ipsum filler text. Pass ?paragraphs=N as query. Use for mockup and design agents.

Example call: {"query_string": "paragraphs=2"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_mastodonInspect

Get a Mastodon profile by full handle@instance. Use for fediverse research.

Example call: {"acct": "Gargron@mastodon.social"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
acctYes
lookup_mdnInspect

Search MDN Web Docs for a web-platform API or topic. Use for frontend-help agents and docs research.

Example call: {"query": "fetch options"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_mxrecordsInspect

Get MX records and detect email provider (Google/Microsoft/Zoho/etc.). Use for B2B enrichment and email-deliverability checks.

Example call: {"domain": "openai.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_nasa_apodInspect

Get NASA's Astronomy Picture of the Day (image, title, explanation). Use for content and educational agents.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_npmInspect

Get npm package metadata (latest version, weekly downloads, repo, license, maintainers). Use for OSS health checks or dependency audits.

Example call: {"pkg": "express"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pkgYes
lookup_oembedInspect

Resolve an oEmbed payload for a URL (YouTube, Twitter, Vimeo etc.). Pass ?url=... as query. Use for content-embed agents.

Example call: {"query_string": "url=https://youtu.be/dQw4w9WgXcQ"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_open_libraryInspect

Search Open Library for books (title, author, year, ISBN). Use for book and bibliography agents.

Example call: {"query": "the pragmatic programmer"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_packagistInspect

Get Packagist (Composer/PHP) package metadata. Use for PHP-dependency audits.

Example call: {"pkg": "symfony/console"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pkgYes
lookup_pagespeedInspect

Get Google PageSpeed Insights score for a URL. Use for SEO and performance agents.

Example call: {"url": "https://example.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes
lookup_password_strengthInspect

Score a password's strength (zxcvbn-style). Pass ?password=... as query. Use for security UX agents.

Example call: {"query_string": "password=Tr0ub4dor&3"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_pokemonInspect

Get Pokemon metadata (stats, types, abilities, sprite). Use for gaming and pokedex agents.

Example call: {"name_or_id": "pikachu"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
name_or_idYes
lookup_postalInspect

Resolve an international postal code to city/region (format country/postal_code). Use for shipping and geo agents.

Example call: {"country_postal": "DE/10115"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
country_postalYes
lookup_pypiInspect

Get PyPI package metadata (latest version, summary, author, dependencies). Use for Python dependency research and license audits.

Example call: {"pkg": "requests"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pkgYes
lookup_qr_codeInspect

Generate a QR code data URL for arbitrary text. Pass ?text=... as query. Use for print, signage, ticketing agents.

Example call: {"query_string": "text=https://api.gocreativeai.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_random_imageInspect

Get a random placeholder image URL by category. Use for prototyping, mockups, or content-fill agents.

Example call: {"category": "nature"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryYes
lookup_random_quoteInspect

Get a random quote (author + text). Use for content-generation agents and writing prompts.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_random_userInspect

Generate a random fake user (name, email, address, photo). Use for test-data generation.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_redditInspect

Get a Reddit subreddit's hot posts or a specific post + comments. Use for community-trend tracking and sentiment analysis.

Example call: {"subreddit_or_post": "MachineLearning"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
subreddit_or_postYes
lookup_reverse_geocodeInspect

Reverse-geocode lat,lon to a human address. Pass 'lat,lon' as a single segment. Use for mapping and check-in agents.

Example call: {"lat_lon": "37.4220,-122.0841"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
lat_lonYes
lookup_rubygemInspect

Get RubyGems package metadata (version, downloads, repo). Use for Ruby-dependency research.

Example call: {"pkg": "rails"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pkgYes
lookup_similarwebInspect

Get website traffic estimates (visits, sources, top countries). Use for competitor analysis and lead qualification.

Example call: {"domain": "openai.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_spfrecordInspect

Get and parse the SPF TXT record for a domain. Use for email-deliverability and security agents.

Example call: {"domain": "github.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_ssl_certInspect

Inspect a domain's TLS certificate (issuer, expiry, SANs). Use for security audits and uptime monitoring.

Example call: {"domain": "github.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_sslstatusInspect

Check a domain's TLS certificate validity, expiry, and grading. Use for uptime and security agents.

Example call: {"domain": "github.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_stackoverflowInspect

Search Stack Overflow for questions matching a query (title, votes, accepted answer link). Use for developer-help agents and bug research.

Example call: {"query": "python async timeout"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
lookup_steamInspect

Get Steam game metadata (name, price, reviews, release date). Use for gaming-research agents.

Example call: {"app_id": "440"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
app_idYes
lookup_timezoneInspect

Get the current local time and UTC offset for an IANA timezone (e.g. America/Los_Angeles). Use for scheduling and global team coordination.

Example call: {"zone": "America/Los_Angeles"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
zoneYes
lookup_translateInspect

Translate text via free LibreTranslate. Pass ?q=...&source=...&target=... as query. Use for localization agents.

Example call: {"query_string": "q=hello&source=en&target=es"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_twitchInspect

Get a Twitch channel profile (followers, last stream, partner status). Use for streamer research.

Example call: {"username": "shroud"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
lookup_unicodeInspect

Get Unicode info for a character or codepoint (name, category, hex). Use for text-processing and emoji-debugging agents.

Example call: {"char_or_code": "U+1F600"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
char_or_codeYes
lookup_url_encodeInspect

URL-encode or decode a string. Pass ?text=...&op=encode|decode as query. Use for HTTP-debug agents.

Example call: {"query_string": "text=a+b&op=encode"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_url_unfurlInspect

Unfurl a URL into og:title, og:description, og:image. Pass ?url=... as query. Use for link-preview agents.

Example call: {"query_string": "url=https://github.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_user_agent_parseInspect

Parse a User-Agent string into browser, OS, device. Pass ?ua=... as query. Use for analytics and bot-detection agents.

Example call: {"query_string": "ua=Mozilla/5.0"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_useragents_topInspect

Get the top 50 real-world browser User-Agent strings. Use for scraping agents that need realistic UAs.

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_uuidInspect

Generate v4 UUIDs. Pass ?count=N as query. Use for ID-generation agents.

Example call: {"query_string": "count=5"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_weatherInspect

Get current weather for a city (temperature, conditions, humidity, wind). No API key required. Use for travel, scheduling, or notification agents.

Example call: {"city": "Tokyo"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYes
lookup_whoisInspect

Get WHOIS records for a domain (registrar, created date, expiration, nameservers). Use for domain-acquisition research, brand monitoring, or security investigation.

Example call: {"domain": "openai.com"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYes
lookup_wikipediaInspect

Get a Wikipedia article summary (first paragraph, image, related links). Use for research agents that need factual context.

Example call: {"topic": "Model Context Protocol"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
topicYes
lookup_word_countInspect

Count words, sentences, and reading time for a text. Pass ?text=... as query. Use for writing-assistant agents.

Example call: {"query_string": "text=hello+world"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
query_stringNo
lookup_youtubeInspect

Get YouTube video metadata (title, channel, views, likes, duration, transcript availability) by video id. Use for video research or content-rec agents.

Example call: {"video_id": "dQw4w9WgXcQ"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
video_idYes
lookup_zipInspect

Resolve a US ZIP code to city, state, latitude, and longitude. Use for shipping, geographic segmentation, or local-business lookups.

Example call: {"zipcode": "94110"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
zipcodeYes
posts_xInspect

Fetch recent tweets from an X/Twitter user (up to 30 tweets with text, engagement, timestamps). Use for sentiment monitoring, content scraping, or thread analysis.

Example call: {"username": "paulg"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameYes
pricing_infoInspect

Return pricing details for the GoCreative Agent API — base price per call, premium endpoints, cache TTLs, and supported payment networks. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

scrape_airbnbInspect

Scrape Airbnb listings (price, rating, host, amenities). Use for travel and STR-investor agents.

Example call: {"listing_or_query": "12345678"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
listing_or_queryYes
scrape_aliexpressInspect

Scrape AliExpress products (price, shipping, seller rating). Use for dropshipping and sourcing agents.

Example call: {"product_or_query": "wireless+earbuds"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
product_or_queryYes
scrape_amazonInspect

Scrape an Amazon product (ASIN) or search query — title, price, rating, reviews, image. Use for e-commerce price tracking and competitive intel.

Example call: {"asin_or_query": "B08N5WRWNW"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
asin_or_queryYes
scrape_appstoreInspect

Scrape Apple App Store app pages (rating, reviews, developer, size). Use for mobile-app research.

Example call: {"app_id": "284882215"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
app_idYes
scrape_binanceInspect

Get a Binance ticker (last price, 24h volume, change). Use for trading and crypto agents.

Example call: {"symbol": "BTCUSDT"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes
scrape_bookingInspect

Scrape Booking.com hotels (price, rating, location). Use for travel-research agents.

Example call: {"hotel_or_query": "marriott+new+york"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
hotel_or_queryYes
scrape_chromestoreInspect

Scrape Chrome Web Store extension (users, rating, version, description). Use for browser-extension research.

Example call: {"extension_id": "cjpalhdlnbpafiamejdnhcphjbkeiagm"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
extension_idYes
scrape_coinbaseInspect

Get a Coinbase ticker. Use for crypto-pricing agents.

Example call: {"symbol": "BTC-USD"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes
scrape_crunchbaseInspect

Scrape Crunchbase company profile (funding rounds, investors, founders). Use for VC and competitive research.

Example call: {"company": "stripe"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYes
scrape_dockerhubInspect

Scrape Docker Hub image page with tag history, dockerfile signals. Heavier than lookup/dockerhub. Use for supply-chain audits.

Example call: {"image": "library/nginx"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
imageYes
scrape_ebayInspect

Scrape an eBay listing or search — title, price, condition, seller, image. Use for resale-arbitrage and pricing agents.

Example call: {"item_or_query": "iphone 15 pro"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
item_or_queryYes
scrape_etsyInspect

Scrape Etsy listings (price, seller, reviews). Use for handmade-marketplace research.

Example call: {"listing_or_query": "handmade+ceramic+mug"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
listing_or_queryYes
scrape_fbpageInspect

Scrape a Facebook Page (followers, about, recent posts). Use for SMB research.

Example call: {"page_id": "microsoft"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
page_idYes
scrape_firefoxstoreInspect

Scrape Firefox Add-ons (users, rating, version). Use for browser-extension research.

Example call: {"addon_slug": "ublock-origin"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
addon_slugYes
scrape_glassdoorInspect

Scrape Glassdoor company pages (rating, reviews, salary estimates). Use for employer-research agents.

Example call: {"company": "stripe"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYes
scrape_goodreadsInspect

Scrape Goodreads books (rating, reviews, author). Use for book-research agents.

Example call: {"book_or_query": "the-pragmatic-programmer"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
book_or_queryYes
scrape_googleplayInspect

Scrape Google Play app pages (rating, installs, developer). Use for Android-app research.

Example call: {"package_name": "com.spotify.music"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
package_nameYes
scrape_imdbInspect

Scrape an IMDb title (rating, cast, plot, release). Use for film and TV research.

Example call: {"title_id_or_query": "tt0111161"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
title_id_or_queryYes
scrape_indeedInspect

Scrape Indeed job listings (title, company, salary, location). Use for job-market research and recruiter agents.

Example call: {"job_or_query": "software+engineer+san+francisco"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
job_or_queryYes
scrape_letterboxdInspect

Scrape Letterboxd (user diary, film stats, ratings). Use for cinephile-research agents.

Example call: {"username_or_film": "scorsese"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
username_or_filmYes
scrape_mediumInspect

Scrape a Medium article or user profile (title, claps, text). Use for content-research agents.

Example call: {"url_or_user": "@user"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
url_or_userYes
scrape_pinterestInspect

Scrape Pinterest pins by query (image, link, board). Use for design and content-research agents.

Example call: {"query": "minimalist+kitchen"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
scrape_polygonInspect

Get a Polygon.io stock ticker (price, volume). Use for finance agents.

Example call: {"symbol": "AAPL"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYes
scrape_producthuntInspect

Scrape a Product Hunt launch (upvotes, makers, comments). Use for launch tracking and trend monitoring.

Example call: {"slug": "claude-code"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYes
scrape_redditInspect

Scrape a Reddit post or subreddit (title, score, comments). Same domain as lookup/reddit but with full thread parsing. Use for in-depth research.

Example call: {"subreddit_or_url": "r/MachineLearning"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
subreddit_or_urlYes
scrape_redfinInspect

Scrape Redfin real-estate listings. Use for property-research agents (US-focused).

Example call: {"listing_or_query": "san-francisco"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
listing_or_queryYes
scrape_secInspect

Search SEC EDGAR for company filings (10-K, 10-Q, 8-K). Use for finance compliance and research.

Example call: {"query": "stripe"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
scrape_steamInspect

Scrape Steam game pages (reviews, price, system reqs). Heavier than lookup/steam. Use for gaming-deep-dive agents.

Example call: {"app_id": "440"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
app_idYes
scrape_substackInspect

Scrape Substack publication metadata + recent posts. Use for newsletter-research agents.

Example call: {"publication": "platformer"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
publicationYes
scrape_telegramInspect

Scrape a public Telegram channel's recent posts. Use for crypto/news monitoring.

Example call: {"channel": "durov"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
channelYes
scrape_tripadvisorInspect

Scrape TripAdvisor places (rating, reviews, photos). Use for travel and hospitality agents.

Example call: {"place_or_query": "eiffel-tower"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
place_or_queryYes
scrape_uniswapInspect

Get Uniswap token-pool data (price, liquidity, volume). Use for DeFi-research agents.

Example call: {"token_address": "0xa0b86a33e6c4b4c"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
token_addressYes
scrape_vscodeInspect

Scrape VS Code Marketplace extension (installs, rating, publisher). Use for dev-tools research.

Example call: {"extension_id": "ms-python.python"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
extension_idYes
scrape_walmartInspect

Scrape Walmart products (price, rating, availability). Use for e-commerce price tracking.

Example call: {"product_or_query": "1234567"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
product_or_queryYes
scrape_wikidataInspect

Get a Wikidata entity (claims, properties, links). Use for structured knowledge agents.

Example call: {"entity_id": "Q42"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
entity_idYes
scrape_wikipediaInspect

Scrape a full Wikipedia page (sections, infobox, references). Heavier than lookup/wikipedia. Use for deep research.

Example call: {"page": "Anthropic"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageYes
scrape_yahooInspect

Get Yahoo Finance ticker data (price, mcap, P/E, summary). Use for finance and stock-research agents.

Example call: {"ticker": "MSFT"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
tickerYes
scrape_yelpInspect

Scrape Yelp business pages (rating, review count, hours, categories). Use for local-business research and review aggregation.

Example call: {"business_or_query": "blue-bottle-coffee-oakland"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
business_or_queryYes
scrape_zillowInspect

Scrape Zillow real-estate listings (price, beds, baths, sqft, address). Use for real-estate research and investor agents.

Example call: {"zpid_or_query": "20485700"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
zpid_or_queryYes
search_instagram_hashtagInspect

Search Instagram for top posts under a hashtag (up to 30 posts with caption, likes, author). Use for trend discovery, UGC sourcing, or competitor-hashtag mining.

Example call: {"hashtag": "fitness"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
hashtagYes
search_tiktok_hashtagInspect

Search TikTok for top videos under a hashtag (up to 30 videos with caption, views, author). Use for trend research, viral-content monitoring, or creator discovery.

Example call: {"hashtag": "cooking"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
hashtagYes
search_youtubeInspect

Search YouTube and return top results (title, channel, views, published). Use for video-content research or competitor monitoring.

Example call: {"query": "machine learning crash course"}

Cost: $0.005–$0.05 USDC on Base per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
queryYes
usage_statsInspect

Return summary stats of how this MCP server has been used (top tools called, success rate, recent activity). Free. Use to verify your own integration is hitting the right tools.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

wallet_helperInspect

Return step-by-step instructions for setting up x402 USDC autopay for this MCP server. Use this if a paid tool returned a 402 error or you're onboarding a new agent that needs to pay for API calls. Free.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources