Agent Plugins Marketplace
All plugins

agentkey

v1.13.1

AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By Chainbase LabsLicense: MIT583 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 7, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install agentkey for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agentkey@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/chainbase-labs/Agentkey

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

agentkey/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/agentkey/SKILL.md
└── .mcp.json

Included Skills1

agentkeyskills/agentkey/SKILL.md

PROACTIVELY use whenever the user needs data outside your training set or requires a live network call — web search, URL scraping, news, social media (any platform), market prices (crypto/stocks/FX), on-chain data, e-commerce product data, business/company data, weather, travel (flights/hotels). The provider catalog is dynamic and grows over time; if unsure whether a provider exists, call find_tools first to discover it. Not needed for conceptual, code, or local-file work.

MCP servers1

agentkeyStreamable HTTP
url
https://api.agentkey.app/v1/mcp

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "agentkey",
  "version": "1.13.1",
  "description": "AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.",
  "author": {
    "name": "Chainbase Labs",
    "url": "https://agentkey.app"
  },
  "repository": "https://github.com/chainbase-labs/agentkey",
  "license": "MIT",
  "keywords": [
    "agentkey",
    "web-search",
    "scraping",
    "social-media",
    "finance",
    "crypto",
    "blockchain",
    "e-commerce",
    "business-data",
    "weather",
    "maps",
    "travel",
    "real-time-data"
  ],
  "skills": "./skills/",
  "mcpServers": "./.codex-plugin/mcp.json",
  "interface": {
    "displayName": "AgentKey",
    "shortDescription": "One-stop live data marketplace for your agent",
    "longDescription": "AgentKey connects your agent to live external data through a single MCP server — web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel — with no per-provider API integrations or key management. Providers are vetted and health-monitored, every call carries provenance, and auto failover keeps workflows running. Free to start.",
    "developerName": "Chainbase Labs",
    "category": "Data & Analytics",
    "capabilities": [
      "Read"
    ],
    "websiteURL": "https://agentkey.app",
    "defaultPrompt": [
      "Use AgentKey to search and summarize trending Reddit content about AI office tools from the past 7 days, then give me 5 content angles suitable for a newsletter or short-form video.",
      "Use AgentKey to search Instagram for trending posts about yoga mats from the past 3 days, and analyze the topic, hook, and format of 5 high-engagement posts.",
      "Use AgentKey with Yahoo Finance and Google News to analyze the market reaction to NVIDIA's latest earnings report, and explain what drove the stock price move.",
      "Use AgentKey to search Taobao, JD, and 1688 for Huaqiangbei Bluetooth earbuds, and compare price ranges and user reviews.",
      "Use AgentKey to find GitHub projects that have trended in the past 30 days, and summarize 3–5 high-star repos: what they do, star count, and which agent use cases they fit."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "agentkey",
  "version": "1.13.1",
  "description": "AgentKey — one-stop live data marketplace for your agent: web search, web scraping, social media, finance, crypto, e-commerce, business data, weather/maps, and travel through a single MCP server. No API keys to manage, auto failover across providers, free to start.",
  "author": {
    "name": "Chainbase Labs",
    "url": "https://agentkey.app"
  },
  "repository": "https://github.com/chainbase-labs/agentkey",
  "license": "MIT",
  "keywords": [
    "agentkey",
    "web-search",
    "scraping",
    "social-media",
    "finance",
    "crypto",
    "blockchain",
    "e-commerce",
    "business-data",
    "weather",
    "maps",
    "travel",
    "real-time-data"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "userConfig": {
    "AGENTKEY_API_KEY": {
      "title": "AgentKey API Key",
      "description": "Your AgentKey API key. Get one free at https://console.agentkey.app/",
      "type": "string",
      "sensitive": true
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agentkey on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentkey)