MCP

MCP allow AI agents to integrate seamlessly to external data sources and tools.

Synth API MCP is a remote MCP server at https://mcp.synthdata.co/v1/mcp/apikey/jsonarrow-up-right.

There are 2 authentications methods:

  • OAuth (coming soon)

  • API Key

To authenticate to the MCP with API key, you need to add a custom headers:

  • header key: Authorization

  • header value: Bearer <your synth api key>

Connect with Claude Desktop

Download the Desktop Extension: synth.mcpbarrow-up-right. Double click on the file and Claude Desktop will ask you to install and input your API key.

Connect with Claude Code CLI

Claude Code provide a CLI to use the agentic coding tool of Anthropic. Read more herearrow-up-right.

To add the SynthData MCP server, type the command:

claude mcp add --transport http synthdata https://mcp.synthdata.co/v1/mcp/apikey/json --header "Authorization: Bearer <your api key>"

Connect with mcp-remote

mcp-remote is a tool that allow to install a remote MCP server for a local MCP client. It creates a local STDIO MCP to proxies to the remote HTTP Stream Synth MCP. Read more herearrow-up-right.

Type the command to add the Synth MCP:

Connect with Vercel AI SDK

Vercel AI SDK supports connecting to remote MCP servers. Read more herearrow-up-right.

Connect with OpenAI

OpenAI platform allows you to connect to MCP server:

  1. on the tools configuration, click "Add"

  2. chose "MCP server"

  3. click on "+ Server" button

  4. chose a label: synth

  5. on authentication, select "Custom headers"

  6. type "Authorization" in the header input

  7. type "Bearer <your api key>" in the value input, changing with you API key that you create here https://dashboard.synthdata.co/api-keysarrow-up-right

  8. Click on "Connect"

You can now chat with the LLM and ask for Synth Insights.

Last updated