Adding Specter as a custom connector
A custom MCP connector lets your AI client call Specter directly, so you can pull companies, investors, people and signals without leaving the chat. Connecting grants the client access to Specter on your behalf, limited to what your Specter seat can already see.
What you need
Name: Specter
Server URL: https://mcp.tryspecter.com/mcp
From your client's settings
Open Connectors, Integrations, or MCP Servers in settings.
Choose Add custom connector.
Enter the name and server URL above.
For authentication method, choose OAuth. Leave client ID and client secret blank.
Save, then click Connect and sign in to Specter in the window that opens.
From a config file
Add this to your client's MCP config file, then restart. Your client's documentation will say where that file lives.
{
"mcpServers": {
"specter": {
"type": "http",
"url": "https://mcp.tryspecter.com/mcp"
}
}
} Some clients only accept url. Delete the type line if yours rejects it.
Then open the connector in your client and sign in to Specter.
