Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Server

БесплатноНе проверен

Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace.

GitHubEmbed

Описание

Discover and pay for APIs with USDC credits. No wallet, no gas, MCP-native marketplace.

README

MCP server for APIHub — discover and call paid APIs with USDC credits. No wallet, no gas, no per-provider SDKs.

  • Hosted endpoint: https://mcp.apihub.io/mcp
  • Transport: Streamable HTTP
  • Protocol version: 2025-03-26
  • Auth: Bearer token (get a free key at apihub.io)

Tools

Tool Description
apihub_search Search for APIs by capability, category, or price range
apihub_list_services List available onboarded API services
apihub_get_service Fetch full details for a specific service
apihub_call Make a paid API call through the proxy (debits credits)
apihub_search_external Search the external x402 catalog
apihub_call_external Call any external x402 API via credits
apihub_read_content Fetch and parse a web page through a paid content gateway
apihub_topup Get payment instructions to top up your credit balance
apihub_balance Check your credit balance and spending history

Quick start

Claude Desktop / Cursor / Codex

Add to your MCP config:

{
  "mcpServers": {
    "apihub": {
      "url": "https://mcp.apihub.io/mcp",
      "headers": {
        "Authorization": "Bearer ahk_your_api_key"
      }
    }
  }
}

APIHub CLI

npx @apihubio/cli install    # writes the MCP config for you
npx @apihubio/cli register   # get an API key
npx @apihubio/cli topup 10   # fund with $10 USDC

Why credits instead of per-call x402

  • Gasless: pay on-chain once when topping up, not per request
  • Walletless: no USDC, no EIP-3009 signing, no gas
  • Works in any MCP client: just a Bearer token header
  • Instant: D1 debit at the edge, no block confirmations per call

Learn more

License

The hosted service is operated by APIHub. This repository contains integration documentation only.

from github.com/apihubio/mcp-server

Установка Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/apihubio/mcp-server

FAQ

Server MCP бесплатный?

Да, Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Server?

Нет, Server работает без API-ключей и переменных окружения.

Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Server в Claude Desktop, Claude Code или Cursor?

Открой Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development