Skip to content

Use MCP

FluxA tools are available via MCP for both local and remote agent clients.

Choose the guide that matches your environment:

  • Local MCP – for local agents and developer tooling.

    • FluxA runs as an MCP server reachable from your machine.
    • Clients like Claude Desktop, Claude Code, and LangChain can call FluxA tools via stdio or local network.
    • Best when you are iterating on an agent locally and want tight feedback loops.
  • Remote MCP – for hosted / SaaS agents.

    • A public MCP endpoint exposes FluxA tools over the network.
    • Clients such as Manus, ChatGPT, or Claude Desktop can connect using an OAuth‑style Agent ID and Secret.
    • Best when your agents run in the cloud or inside someone else’s product.
  • HTTP API (API Guide) – for fully custom integrations.

    • Your backend calls the AgentID registration API and the X402 payment endpoint directly using curl or your language of choice.
    • Best when you want complete control over request/response handling and do not rely on MCP.

Released under the MIT License.