Skip to content

Custom Bundles

Bundles let you create custom tool collections that include only what you need. Instead of exposing all 1000+ tools, create focused bundles for specific workflows or team roles.

Focused Access

Give your AI only the tools it needs for a specific task

Team Roles

Create different bundles for sales, marketing, engineering

Security

Limit exposure by excluding sensitive operations

Performance

Fewer tools means faster tool discovery for your AI

  1. Go to the Bundles page

    Navigate to switchboard.fpdigital.ai/dashboard/bundles

  2. Click “Create Bundle”

  3. Name your bundle

    Choose a descriptive name like “Sales Outreach” or “Content Creation”

  4. Select tools

    Browse available tools and add the ones you need

  5. Save and generate token

ServiceTools
Gmailgmail_search, gmail_send, gmail_create_draft
Calendarcalendar_list, calendar_create, calendar_get_freebusy
HubSpothubspot_search_contacts, hubspot_get_contact, hubspot_create_deal
Apolloapollo_search_people, apollo_enrich_person
ServiceTools
Docsdocs_create, docs_read, docs_insert_text
Drivedrive_search, drive_upload_file, drive_share_file
Notionnotion_create_page, notion_update_page, notion_search
Slidesslides_create, slides_add_slide
ServiceTools
Teamworkteamwork_list_tasks, teamwork_create_task, teamwork_update_task
Slackslack_send_message, slack_search_messages
Calendarcalendar_list, calendar_create

Each bundle has its own token. Configure your MCP client:

{
"mcpServers": {
"sales-outreach": {
"url": "https://api.switchboard.fpdigital.ai/mcp/bundle/YOUR_BUNDLE_ID",
"headers": {
"Authorization": "Bearer fps_bundle_your_token"
}
}
}
}
  1. Go to the bundle in your dashboard
  2. Click “Edit”
  3. Add or remove tools
  4. Save changes

Bundles are currently user-specific. Organization-wide bundle templates are on our roadmap.

  1. Go to the bundle in your dashboard
  2. Click “Delete”
  3. Confirm deletion

Deleting a bundle revokes all associated tokens immediately.

  1. Start small — Begin with the minimum tools needed, add more as required
  2. Name clearly — Use descriptive names that indicate the bundle’s purpose
  3. Review regularly — Audit your bundles periodically to remove unused tools
  4. Document usage — Note what each bundle is for and who uses it

Bundles work with multi-account access. If you have multiple Google accounts connected, your bundle tools will aggregate data from all accounts (for reads) or require an account parameter (for writes).