Fastn

Fastn MCP Connector for Claude

F

Automate and execute low-code workflows via Fastn — manage flow definitions, monitor executions, and handle connector credentials directly.

16 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Fastn account to any AI agent to orchestrate complex backend workflows and real-time API flows through natural language.

What you can do

  • Flow Execution — Trigger Fastn flows instantly with custom JSON payloads and receive real-time responses via the API sync layer.
  • Workflow Management — List, create, update, and publish flow definitions across different tenants to maintain your business logic.
  • Execution Monitoring — Track execution history and drill down into step-by-step traces to debug or audit automated processes.
  • Credential Handling — Securely store, retrieve, and rotate credentials for your various connectors and third-party integrations.
  • Platform Insights — Monitor your platform usage, including daily quotas, summary metrics, and active space configurations.

How it works

  1. Subscribe to this server
  2. Provide your Fastn API Key and Space ID
  3. Start executing and managing your backend logic from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Developers — deploy, test, and trigger flows without leaving your code editor or terminal.
  • DevOps Engineers — monitor execution traces and manage environment credentials programmatically through the agent.
  • Product Teams — trigger business logic flows and check automation statuses via natural conversation.
low-codeworkflow-automationapi-integrationserverless-flowsbackend-as-a-service

16 tools expose this connector's capabilities to your AI agent.

archive_workflow

Deactivate / archive a flow

cancel_execution

Cancel a running execution

create_workflow

Create a new flow definition

execute_flow

The input object must match the Request Schema defined in the flow trigger. Execute a Fastn flow instantly (API Real-Time Sync)

get_credentials

Retrieve stored credentials

get_execution

Get full step-by-step execution trace

get_quota_daily

Daily usage breakdown

get_quota_summary

Usage summary

get_quota_usage

Current usage against plan limits

get_workflow

Get a flow full specification

list_executions

List execution history for a tenant

list_workflows

List all flow definitions for a tenant

publish_workflow

Deploy / publish a flow

rotate_credentials

Rotate credentials

store_credentials

Store connector credentials

update_workflow

Update a flow definition

See how to talk to your AI agent using Fastn.

List all flow definitions for tenant 'main-prod'.

I've retrieved the workflows for 'main-prod'. You have 3 active flows: 'payment-process', 'send-welcome-email', and 'data-sync'. Which one would you like to inspect?

Execute the 'data-sync' flow with input { "source": "crm" }.

Executing 'data-sync'... The flow completed successfully. The output indicates that 150 records were synchronized from the CRM source. Do you need the full execution trace?

Show me the step-by-step execution trace for ID 'exec_789xyz' in tenant 'main-prod'.

Fetching trace for 'exec_789xyz'... The execution had 4 steps: 1. Auth (Success), 2. Fetch Data (Success), 3. Transform (Success), 4. Load (Success). Total duration was 450ms.

Yes. Use the `execute_flow` tool with the flow name and input data. It performs a real-time sync execution and returns the response directly to the agent.

Related Connectors