Quickstart
Get your AI assistant connected to business tools in just a few steps.
Prerequisites
Section titled “Prerequisites”- A Fp Switchboard account (request access at switchboard.fpdigital.ai)
- An MCP-compatible client (Claude Desktop, Cursor, or ChatGPT)
-
Sign in to the Dashboard
Visit switchboard.fpdigital.ai and sign in with your work email.
-
Connect a Service
From the dashboard, click on a service (like Google or Slack) and follow the OAuth flow to connect your account.
-
Generate a Token
After connecting, click “Generate Token” to create your MCP access token. This token gives your AI assistant access to the connected service.
-
Configure Your MCP Client
Add the token to your MCP client configuration. See MCP Clients for detailed setup instructions.
Token Types
Section titled “Token Types”Fp Switchboard offers different token types depending on your needs:
| Token Type | Format | Use Case |
|---|---|---|
| Per-Service | fps_google_xxx | Access a single service |
| Per-Account | fps_google_work_xxx | Access a specific account within a service |
| Unified | fps_unified_xxx | Access all connected services with one token |
Example Configuration
Section titled “Example Configuration”Here’s how to add your unified token to Claude Desktop:
{ "mcpServers": { "fp-switchboard": { "url": "https://api.switchboard.fpdigital.ai/mcp/unified", "headers": { "Authorization": "Bearer fps_unified_your_token_here" } } }}What’s Next?
Section titled “What’s Next?”- Connect more services to expand your AI’s capabilities
- Make your first tool call to verify everything works
- Set up custom bundles for focused tool access