streamable-httpApache-2.0updated 9d ago
Official Agent Skills for AnyAPI - hundreds of scraping and data APIs through one gateway: one key, USD pay-per-request, normalized schemas, automatic fallback.
anyapi 能做什么?
AnyAPI agent skills
Official Agent Skills for AnyAPI - hundreds of scraping and data APIs through one gateway: one key, USD pay-per-request, normalized schemas, automatic fallback.
The skills teach your agent the AnyAPI workflow (discover -> inspect -> run, cost discipline, error handling); the bundled MCP server gives it live, authenticated tools. They work together, and the skill degrades gracefully to plain REST when MCP isn't connected.
Install
Fastest path with the official AnyAPI CLI:
npx -y anyapi-cli@latest init
anyapi init installs these agent skills, offers MCP registration, and runs signup if no
key is available. CLI repo: getanyapi-com/cli.
Any agent that supports Agent Skills (Claude Code, Codex, Cursor, Copilot, and others):
npx skills add getanyapi-com/skills
Claude Code, as a plugin (skill + MCP server in one step):
claude plugin marketplace add getanyapi-com/skills
claude plugin install anyapi@anyapi
Manual: copy skills/anyapi/ into your agent's skills directory
(.agents/skills/, ~/.agents/skills/, or .claude/skills/).
Setup
For local agent use, run:
npx -y anyapi-cli@latest init
For application code, create or claim a dedicated key and expose it only as an environment variable:
export ANYAPI_API_KEY=...
Skills
| Skill | What it does |
|---|---|
anyapi |
Discover, inspect, and run any API in the catalog; pricing and error semantics |
Application-integration guidance is part of the canonical anyapi skill; there is no separate
anyapi-build skill.
Docs
- getanyapi.com/docs - quickstart, MCP server, API reference
- api.getanyapi.com/openapi.json - machine-readable spec
安装
把 anyapi 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http anyapi https://api.getanyapi.com/mcpcodex mcp add anyapi --url https://api.getanyapi.com/mcp{
"mcpServers": {
"anyapi": {
"url": "https://api.getanyapi.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"anyapi": {
"type": "http",
"url": "https://api.getanyapi.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"anyapi": {
"url": "https://api.getanyapi.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"anyapi": {
"serverUrl": "https://api.getanyapi.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.0最新 | 2026年6月17日 |