MCP Cookbook
Three ways to use Fluenta from an AI agent.
Same MCP server, three flavors of client. Pick whichever matches the surface your agents already live on.
- Cursor14 min
Run an X-Ray from inside Cursor
Wire Fluenta into Cursor's agent. Free instant previews mid-conversation, full paid X-Rays on explicit go-aheads. .cursorrules included.
Open recipe - Claude Desktop10 min
Use Fluenta tools from Claude Desktop
Same wire format, different config path. Drop the snippet into claude_desktop_config.json, restart, and the X-Ray tools appear in any conversation.
Open recipe - Custom client16 min
Build a Python MCP client from scratch
Skip the desktop apps. Speak JSON-RPC 2.0 directly with httpx — initialize, list tools, call the sandbox or paid tool, read the result. Runnable script included.
Open recipe
Two tools, every recipe
Whichever client you pick, the agent gets the same two MCP tools:
fluenta_idea_x-ray_sandbox— free, instant, no credits. Use as the default reconnaissance pass.fluenta_idea_x-ray— paid, async (~40 min), 2,000 credits per run, full structured 25-integration report.