ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Fastn with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate and execute low-code workflows via Fastn. manage flow definitions, monitor executions, and handle connector credentials directly.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 16 capabilities

The complete Fastn capability set.

These are the exact actions your AI can choose when you ask it to work with Fastn.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 16 available through Fastn.

  1. 01

    Get credentials

    Retrieve stored credentials

  2. 02

    Get execution

    Get full step-by-step execution trace

  3. 03

    Get quota usage

    Current usage against plan limits

  4. 04

    Get workflow

    Get a flow full specification

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 16 available through Fastn.

  1. 05

    Publish workflow

    Deploy / publish a flow

  2. 06

    Store credentials

    Store connector credentials

  3. 07

    Update workflow

    Update a flow definition

  4. 08

    Archive workflow

    Deactivate / archive a flow

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 16 available through Fastn.

  1. 09

    Cancel execution

    Cancel a running execution

  2. 10

    Create workflow

    Create a new flow definition

  3. 11

    Execute flow

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

  4. 12

    Get quota daily

    Daily usage breakdown

Capability set04 / 04

13-16

4 capabilities in this set.

Part of 16 available through Fastn.

  1. 13

    Get quota summary

    Usage summary

  2. 14

    List executions

    List execution history for a tenant

  3. 15

    List workflows

    List all flow definitions for a tenant

  4. 16

    Rotate credentials

    Rotate credentials

Observed, not estimated

957ms average. Fast in production.

Fastn is checked daily against the live service.

Daily averagePeak 1118ms
Aug 20Today
Fastest day
785ms
Slowest day
1118ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 16 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Fastn, so you can see the experience inside your AI.

It does not authenticate your account with Fastn. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Fastn Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_wa4bKnlUgLKkNcgy1RPaz1zwlTmtw2evOT0C54sb/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Fastn capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "fastn-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_wa4bKnlUgLKkNcgy1RPaz1zwlTmtw2evOT0C54sb/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Fastn owners ask.

  • 01

    Can I trigger a flow and get the result immediately?

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

  • 02

    How can I debug a failed flow execution?

    You can use list_executions to find the ID of the failed run, then use get_execution to retrieve a full step-by-step trace of what happened during that specific execution.

  • 03

    Is it possible to update an existing workflow definition?

    Absolutely. The update_workflow capability allows you to modify the JSON definition of any flow. Remember to use publish_workflow afterwards to deploy your changes to the live environment.