Skip to main content
AgentKey groups its ~1,800 tools into eight categories. Every tool follows the same discover → describe → execute pattern: call find_tools with a plain-language intent to get ranked Provider/Operation names, call describe_tool to inspect parameters and per-call cost, then call execute_tool to run it. The same master key works across all categories — you never juggle individual API credentials.

Search

Web, news, image, and LLM-context search across six providers — Tavily, Brave, Perplexity, Serper, Exa, and Parallel.

Scrape

Turn any URL into clean, LLM-ready markdown and bypass anti-bot or Cloudflare-protected pages.

Social

Over 1,100 tools spanning 19 platforms — X/Twitter, Reddit, TikTok, YouTube, and Chinese networks.

Crypto

Live market data, on-chain analytics, NFTs, DEX pools, wallets, and prediction markets.

Finance

Hundreds of technical indicators, commodity prices, and traditional market data feeds.

Business

Company lookups, acquisition records, entity autocomplete, and structured business intelligence.

E-Commerce

Product search, item details, best-seller rankings, and category listings.

Account

Check your credit balance and upstream provider health — always free to call.

At a glance

CategoryToolsDiscover with
Search~33find_tools("search ...") or list_tools("search")
Scrape~4find_tools("scrape <url>") or list_tools("scrape")
Social~1,169find_tools("<platform> ...") or list_tools("social")
Crypto~179find_tools("<token/chain> ...") or list_tools("crypto")
Finance~347find_tools("<indicator/asset> ...") or list_tools("finance")
Business~96find_tools("company ...") or list_tools("business")
E-Commerce~34find_tools("product ...") or list_tools("ecommerce")
Account1account (free)
Tool counts grow over time as new providers are onboarded. Always discover with find_tools rather than hard-coding a tool name — it keeps your agent resilient to catalog updates and surfaces the best-matched operation for your intent.