MCPQuickstart
Quickstart
Most MCP clients only need the server URL below — everything else (discovery, registration, and the consent screen) happens automatically the first time you connect.
Server URL
Add this as a remote MCP server in your client:
https://ai.synup.com/mcpConnecting a client
- In your MCP client, add a new remote server and paste in the server URL above.
- Your client fetches the server's OAuth metadata and registers itself automatically (Dynamic Client Registration) — you don't create anything by hand.
- A browser tab opens asking you to sign in to Synup and approve the connection. Review the requested access, then approve.
- Your client is redirected back and is now connected — its tool list should show the Synup tools described in this reference.
If your client doesn't auto-discover
A client that can't run the discovery + registration steps itself needs the OAuth endpoints entered directly.
The full endpoint list and scope reference are on the Authentication.
Verifying the connection
Ask your client to list its available tools, or try a simple read like "list my clients" — a working connection returns real data from your Synup account.