Public Apis Mcp

Created By
worryzyya year ago
提供对 [public-apis](https://github.com/public-apis/public-apis) 数据库的智能访问和管理功能。为开发者提供便捷的公共 API 发现、搜索和集成服务。通过标准化的 MCP 协议,您可以轻松地在各种 AI 助手和开发工具中集成丰富的公共 API 资源。
Overview

📸 Preview

Usage example

Usage example

Usage example

what is Public Apis Mcp?

Public Apis Mcp provides intelligent access and management features for the public-apis database. It offers developers a convenient way to discover, search, and integrate public APIs. By using the standardized MCP protocol, you can easily integrate a rich set of public API resources into various AI assistants and development tools.

how to use Public Apis Mcp?

To use Public Apis Mcp, you need to configure it in a compatible MCP client (e.g., Cursor). First, ensure you have the latest version of the Cursor client. Then, install the package globally using npm install -g @weilei_kyle/public-apis-mcp. After installation, you can set up the configuration as follows:

{ "mcpServers": { "howtocook-mcp": { "command": "npx", "args": ["-y", "@weilei_kyle/public-apis-mcp"] } } }

key features of Public Apis Mcp?

  • Intelligent access to a wide range of public APIs.
  • Easy integration with various AI assistants and development tools.
  • Standardized MCP protocol for seamless API management.

use cases of Public Apis Mcp?

  1. Discovering new public APIs for application development.
  2. Integrating public APIs into AI-driven applications.
  3. Managing API resources efficiently across different platforms.

FAQ from Public Apis Mcp?

  • What is the MCP protocol?

The MCP protocol is a standardized method for managing and accessing public APIs, making it easier for developers to integrate them into their applications.

  • Is Public Apis Mcp free to use?

Yes! Public Apis Mcp is free to use for developers.

  • Can I use Public Apis Mcp with any MCP client?

Yes! Public Apis Mcp is designed to work with any client that supports the MCP protocol.

Server Config

{
  "mcpServers": {
    "public-apis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@weilei_kyle/public-apis-mcp"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
worryzyy
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Payai X402 Tools

8 hours ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

a day ago