Synthetix MCP Server

Hosted at [synthetix.mcp.junct.dev/mcp](https://synthetix.mcp.junct.dev/mcp). Free to use. No auth. No API key required.

Remote serverstreamable-http

What is the Synthetix MCP MCP server?

Hosted at synthetix.mcp.junct.dev/mcp. Free to use. No auth. No API key required. That is what the synthetix mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

This MCP server is deterministically generated from the Synthetix API specification. Every tool maps 1:1 to a real API endpoint — no hallucinated endpoints, no phantom tools.

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

The tools it exposes

The server publishes 5 tools. What each one is for:

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How it compares

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Synthetix MCP's toolset — Protocol, Endpoint, Transport and 2 more — is a fair guide to whether it matches your workflow. It is maintained by junct-bot; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
Protocol** Synthetix
Endpoint** https://synthetix.mcp.junct.dev/mcp
Transport** Streamable HTTP
Auth** None required
Documentation** [synthetix.mcp.junct.dev/llms.txt](https://synthetix.mcp.junct.dev/llms.txt)

How to install the Synthetix MCP MCP server

{
  "mcpServers": {
    "synthetix": {
      "url": "https://synthetix.mcp.junct.dev/mcp",
      "transport": "streamable-http"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Synthetix MCP to Protocol.
  • Use Synthetix MCP to Endpoint.
  • Use Synthetix MCP to Transport.

Frequently asked questions

It connects Synthetix MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Protocol, Endpoint, Transport, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Synthetix MCP directly.