Sevalla MCP Server

Give AI agents full access to the Sevalla PaaS API. Just 2 tools. A remote Model Context Protocol server that exposes the entire Sevalla PaaS API through just 2 tools instead of ~200. AI agents write JavaScript that runs in sandboxed V8 isolates to discover and call any API endpoint on demand.

Teams that want a hosted API integration endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 7 · #202 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Sevalla

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add sevalla-hosting-mcp --transport http https://mcp.sevalla.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sevalla-hosting-mcp": {
      "url": "https://mcp.sevalla.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.sevalla.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to mcp.sevalla.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

registry namespace io.github.sevalla-hosting is GitHub-verified and matches the repo owner

03 · What Sevalla can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-03-21

Initial release of the Sevalla MCP server. · Remote MCP server for the Sevalla PaaS API · OAuth 2.0 with PKCE authentication · 2 tools (search + execute) exposing 200+ API endpoints · Sandboxed V8 code execution via…

04 · Who maintains Sevalla

Sevalla is maintained by sevalla-hosting. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
API integration - ranked #202 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.sevalla-hosting/mcp (active, first published 2026-03-21)

06 · Sevalla FAQ

What is Sevalla?

Give AI agents full access to the Sevalla PaaS API. Just 2 tools. A remote Model Context Protocol server that exposes the entire Sevalla PaaS API through just 2 tools instead of ~200. AI agents write JavaScript that runs in sandboxed V8 isolates to discover and call any API endpoint on demand.

Is Sevalla still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24. We re-verify nightly.

How do I install Sevalla?

Run `claude mcp add sevalla-hosting-mcp --transport http https://mcp.sevalla.com/mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Sevalla require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Sevalla

More API integration MCP servers · Whoop · Ckb · Site Shot · Federal Compass MCP · OeBB (Austrian Railways)

More TypeScript MCP servers · S Gw · Awesome Agent Skills · Psyche AI · Seekstone · Google AI Search MCP · see all