Provider hosted
No sign in
Tools: 14

Velane

Velane

Deploy agents, APIs, and small software with version control, managed environments, secrets, zero-cold-start secure sandboxes, and 800+ integrations, all within your cloud.

https://velane.sh/

Use in your AI tool

Use the tools from this page

Opens ChatGPT on the web or desktop and asks it to use the WebMCP tools available here.

Connect the MCP server

Connect straight to this server’s public endpoint.

Remote MCP URL
https://mcp.velane.sh/mcp

Use on MCPBundles

We add this server to your workspace, then open Studio — saved access, one connection to many servers, with a history of what ran.

Last probed Sep 14, 2026 · mcp.velane.sh

14tools discovered

Tools discovered (14)

  • List Connections

    List OAuth integrations connected for this tenant. IMPORTANT — how to use integrations in workflow code: Bun/TypeScript: import { integration } from '@velane/integrations' const client = integration('github') // provider slug const user = await client.get('/user') // GET const issue = await client.post('/repos/org/repo/issues', // POST { title: 'Bug', body: 'Details' }) await client.patch('/repos/org/repo/issues/

  • Get Integration Docs

    Get API endpoints, base URL, and a working code example for a specific integration provider. Call this before writing workflow code that uses an integration.

  • Get Agent Framework Docs

    Returns Mastra (Bun) and LangGraph (Python) patterns for AI agent workflows. Call this BEFORE create_workflow / update_draft when building chatbots, tool-using agents, or multi-step LLM flows. Do not hand-roll custom agent loops — use the preinstalled frameworks.

  • List Workflows

    List workflows available to the authenticated tenant.

  • Get Workflow

    Get a workflow by ID, including its version history (with code) and the active version per environment. Use this to read the current code before editing an existing workflow.

  • Create Workflow

    Create a workflow. The workflow ID (UUID) is assigned automatically. For AI agent workflows, call get_agent_framework_docs first and use Mastra (bun) or LangGraph (python).

  • Update Draft

    Create a new workflow version from source code. Built-in imports (no install needed): Integrations — Bun: import { integration } from '@velane/integrations' Python: from velane.integrations import integration AI agents — Bun: Mastra — import { Agent } from '@mastra/core/agent' Python: LangGraph — from langgraph.graph import StateGraph For chat/tool-using/LLM agent workflows you MUST use Mastra or LangGraph. Call get_agent_framework_docs before writing a

  • Publish Workflow

    Publish a workflow version to an environment.

  • Invoke Workflow

    Invoke a workflow synchronously, asynchronously, or as a stream. tenant_slug is optional; when omitted the tenant is inferred from the API key.

  • Get Logs

    List past invocations for a workflow (status, output, error, stderr, duration, mode). Use get_invocation for the full record of a single run by ID. Note: streamed debug logs (console.log/print) are live-only and not stored here.

  • Get Invocation

    Get a single invocation by ID, including status, output, error, stderr, and duration. Use this to poll an async invocation (invoke_workflow with invoke_mode=async returns an invocation_id) until status is 'completed', 'failed', 'timeout', or 'oom_killed'.

  • List Secrets

    List secret metadata for the authenticated tenant.

  • Set Secret

    Create a secret.

  • Get Metrics

    Get aggregate and time-series metrics for a workflow.

Get your MCP into directories

A working endpoint is step one. Directory coverage is the coordinated launch across ChatGPT, Claude, Cursor, the MCP Registry, and community indexes.

Directory coverage for brands

Frequently Asked Questions

What is the Velane MCP server?

Deploy agents, APIs, and small software with version control, managed environments, secrets, zero-cold-start secure sandboxes, and 800+ integrations, all within your cloud.

How do I connect Velane to my AI agent?

Use the MCP endpoint listed on this page in your MCP client configuration. One-click install pills support Claude, Cursor, VS Code, and other hosts. Copy the remote MCP URL if your client needs a manual entry.

How many tools does Velane provide?

MCPBundles probed 14 tools on the live server. The tool list on this page reflects what was discovered at the last refresh — connect your client to see the full set available to your session.

What authentication does Velane require?

No provider sign-in was required during MCPBundles' probe. Your client may still need MCPBundles credentials depending on how you connect.

Maintain this listing

Operate Velane? Verify ownership to take over this directory entry.

Operate Velane?

This server appears in the MCPBundles directory. Verify you operate it to take over the listing — name, description, logo, contact email, and skill content. We email a 6-digit code to a maintainer address your server publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Claim this listing