MCP
The Trickest MCP server. Your agent runs the graph.
Hosted at api.trickest.io/mcp. Sign in once from Claude, Claude Code, or Codex, or paste an API token into Cursor. The agent then builds and runs workflows from its own loop, with 40 tools it can read before it calls.
One URL. Sign in, or paste a token.
No package and no local server. Clients that run OAuth open a Trickest sign-in and get their own connection, listed and revocable under Settings › Credentials. Clients that only take headers send a Settings API token with the Token scheme.
claude mcp add --transport http trickest https://api.trickest.io/mcp# then /mcp in the session, approve in the browserIn Claude on the web or desktop: Settings › Connectors › Add custom connector, paste the URL, connect. Codex: codex mcp login trickest.
{ "mcpServers": { "trickest": { "url": "https://api.trickest.io/mcp", "headers": { "Authorization": "Token <YOUR_TOKEN>" } } }}Cursor, CI, or any Streamable HTTP client. Token from Settings › Credentials. Setup per client.
A call from your agent
The client discovers Trickest tools and runs them from its own loop. Same MCP mark every compatible host shows.
Thought briefly
Thought for 1s
Fleet is warm. Running the chain serially via MCP, starting with gau-history.
Thought for 2s
Workflow work from the agent
Build, distribute, and read results. Same engine as the CLI, called as tools.
Inspect a workflow before changing it: the graph and how data moves.
› Show me the discovery workflow
Put Python or Bash beside library tools as first-class steps.
› Drop a Python step after httpx
Link ports by schema, or embed a whole workflow as one node.
› Connect outputs into the next module
Execute on managed or self-hosted machines. Parallel where the graph allows.
› Fan this scan across the fleet
Read Live Tables and declared outputs after the run lands.
› Which hosts are still open on 443?
Start a run from the agent loop and wait for status before the next step.
› Execute and tell me when it finishes
Every tool says what it does before it runs
Read, write, or destructive is on the tool itself, so Claude, Cursor, and Codex can allow reads and ask on the rest. You keep the final click on anything that changes your workspace.
Graphs, runs, outputs, tables, memory. Set to always allow and lookups run without a prompt.
› trickest_run_get
Add nodes, wire ports, create workflows, stop a run. Your client asks before each call.
› trickest_node_add
Delete, replace, or spend compute. Deletes also refuse to act until the agent passes confirm: true.
› trickest_workflow_delete
Revoke a signed-in client any time under Settings › Credentials. Every tool and its effect.
Setup details and the typed path
Full client configs in the docs. Write code yourself with the SDK.
Same engine, other surfaces
MCP is one of four ways in. Pick the next cut of the stack.
Get a personalized demo
See Trickest in Action
A 30-minute walkthrough. We map the platform to your stack and answer pricing and deployment questions for your environment.