APIFuse
APIDocsPlaygroundBountyContact
Log inGet Started →
APIFuse

Unified API gateway for AI agents.

GitHub

Product

  • Features
  • API Catalog
  • Docs
  • Playground
  • Bounty
  • Dashboard

Company

  • Contact

Legal

Not published

© 2026 APIFuse. All rights reserved. Powered by Hashed Vibe Labs.

MCP Config Generator

APIFuse Gateway MCP endpoint는 https://api.apifuse.com/mcp 입니다. provider operation 실행과 schema 조회는 이 endpoint와 APIFuse API Reference 흐름을 사용합니다. API key는 protected tool 실행 시 Authorization header로 설정하세요.

Developer MCP tools

List providers

apifuse_dev_list_providers

Read visible APIFuse provider summaries.

List capabilities

apifuse_dev_list_capabilities

Group visible provider operations by category, tag, and capability.

Search operations

apifuse_dev_search_operations

Find provider operations by app-building goal before fetching exact schemas.

Get operation spec

apifuse_dev_get_operation_spec

Fetch one operation contract, auth metadata, examples, and artifact hashes.

Get schema bundle

apifuse_dev_get_schema_bundle

Fetch generated JSON Schema, OpenAPI, TypeScript, Zod, or Pydantic artifacts.

Get auth setup guide

apifuse_dev_get_auth_setup_guide

Read static server-side authorization setup guidance for a provider or operation.

Get integration guide

apifuse_dev_get_integration_guide

Read deterministic server-side integration guidance for supported frameworks.

Claude Desktop 설정
{
  "mcpServers": {
    "apifuse": {
      "url": "https://api.apifuse.com/mcp",
      "transport": "http"
    }
  }
}

사용 방법

  1. 1. 위 JSON을 복사하세요.
  2. 2. MCP client 설정에 붙여넣으세요. Protected tool 실행에는 APIFuse API key Authorization을 추가하세요.
  3. 3. client를 재시작하면 APIFuse MCP에 연결됩니다.
  4. 4. 연결 후 provider catalog 검색과 operation schema 조회를 사용할 수 있습니다.