AgentKey gives an AI coding agent access to live external data through a single hosted MCP endpoint and one subscription, instead of a separate account, API key, and bill per provider. Once installed, an agent can run web searches, extract page content, read social and video platforms, and pull market, on-chain, e-commerce, and company data without further configuration.
Installation is a one-line shell or PowerShell script. It detects the coding agents present on the machine, installs the AgentKey skill for each, opens a browser to authenticate, and writes the remote HTTP MCP server entry with a bearer token into each client's configuration. Flags cover unattended installs, listing detected agents, targeting specific ones, and skipping either the skill or the MCP half. There is a matching one-line uninstaller, and a manual path using npx skills add plus the AgentKey CLI for clients that are not auto-detected.
The MCP server is hosted, so it updates without a local step; only the skill files are versioned locally, and the server publishes the current skill version through an agentkeyskillmeta tool so an agent can prompt you to upgrade. Agents work through three core tools — findtools, describetool, and execute_tool — which discover the currently available providers at runtime, since the underlying providers are routed server-side and change over time. Slash commands cover setup and a status check that diagnoses MCP configuration, version, and connectivity.
Pricing is subscription-based with a monthly credit allowance and pay-as-you-go overage. The service collects anonymous telemetry — which agent you installed into, skill version, and upgrade outcomes — and not queries or responses; three documented opt-outs are available.
Features
- One MCP endpoint: a hosted server replaces per-provider keys and subscriptions
- Web search and extraction: search engines, news, real-time discovery, and clean article extraction from any URL
- Social and content data: public posts, videos, and discussions across major social and video platforms
- Market data: stock and FX quotes, technical indicators, company financials, and earnings
- On-chain data: token prices, market data, on-chain activity, and project metadata
- E-commerce and business data: product listings, prices, reviews, plus company, funding, and people data
- One-line install: auto-detects installed coding agents and configures each with skill plus MCP entry
- Runtime tool discovery: findtools, describetool, and execute_tool expose whichever providers are currently routed
- Skill version checks: an agentkeyskillmeta tool reports the latest skill version so clients can prompt for upgrades
- Diagnostics: /agentkey status checks MCP config, version, and connectivity from inside the agent
- Telemetry opt-out: a marker file, an environment variable, or an install flag disables anonymous telemetry
