Skip to main content
If your client isn’t covered by one of the specific guides, all it needs to know is how to run the stdio MCP server as a subprocess.

Stdio configuration

Once connected, the server advertises 15 tools, all prefixed xentfi_ (see Tools Reference). It speaks standard MCP tools/list and tools/call — no client-specific behavior is required.

If your client only supports remote/HTTP MCP servers

Use the xentfi-mcp-http binary instead (see Remote HTTP Deployment) and point your client at:
  • URL: https://your-deployment/mcp
  • Auth header: Authorization: Bearer <agent-api-key> (plus x-xentfi-org-id if needed)

Testing without any client at all

Use the official MCP Inspector:
This opens a browser UI where you can call every xentfi_* tool by hand and inspect raw request/response payloads — the fastest way to sanity-check a new API key or debug a tool before wiring it into an actual agent client.

Next steps

Tools Reference

See every available tool.

Error Handling

How failures surface to the calling agent.