Skip to content
Connectors· Lob Bot · MCP

13 connectors, plus anything with an MCP server.

MCP is the integration layer, so a connector in Lob Bot is a recipe for an MCP server plus the fields you fill in. 13 name a service and hand you a form. Two name nothing and take any server you point them at — by URL, or by the command that runs it. That second pair is why this list is a floor rather than a ceiling.

A connector grants access to a service. It holds credentials, so it cannot be copied — you connect it. An Agent Skill is the other thing entirely: a SKILL.md that teaches an agent how to do something well, with no credentials at all.

10 Agent Skills →

13 connectors

Built in

The blurb under each name is the product’s own. Tool names are examples: the real list comes from the MCP server when it starts, and it changes when that server does.

stdio

Files

Read and write files under one folder you choose. Nothing outside it is reachable.

Folder

No secret

Example tools

read_file write_file list_directory search_files move_file

Open →
stdio

GitHub

Issues, pull requests, code search and repository files.

Personal access token · Default owner

1 secret · vault only

Example tools

search_issues get_issue create_issue list_pull_requests get_file_contents

Open →
stdio

Postgres

Query a database. Read-only unless you say otherwise.

Connection string

1 secret · vault only

Example tools

query list_schemas describe_table

Open →
stdio

Slack

Read channels and threads, post messages, search history.

Bot token · Workspace ID

1 secret · vault only

Example tools

list_channels post_message get_thread_replies search_messages

Open →
stdio

Linear

Issues, projects and cycles.

API key

1 secret · vault only

Example tools

list_issues create_issue update_issue list_projects

Open →
stdio

Notion

Search, read and update pages and databases.

Integration token

1 secret · vault only

Example tools

search get_page update_page query_database

Open →
stdio

Stripe

Customers, subscriptions, invoices and payments.

Restricted API key

1 secret · vault only

Example tools

list_customers get_customer list_subscriptions list_invoices

Open →
stdio

Supabase

Tables, rows, migrations and logs for one project.

Personal access token · Project ref · Allow writes

1 secret · vault only

Example tools

list_tables execute_sql get_logs list_projects

Open →
stdio

Sentry

Issues, events and stack traces from your own projects.

User auth token · Host

1 secret · vault only

Example tools

find_issues get_issue_details search_events find_organizations

Open →
stdio

GitLab

Issues, merge requests, pipelines and repository files.

Personal access token · API URL · Only these projects · Allow writes

1 secret · vault only

Example tools

search_repositories get_merge_request list_issues get_file_contents

Open →
stdio

MongoDB

Query collections, read schemas and explain queries on one cluster.

Connection string · Allow writes

1 secret · vault only

Example tools

find aggregate list-collections collection-schema

Open →
stdio

Airtable

Bases, tables and records.

Personal access token

1 secret · vault only

Example tools

list_bases list_tables list_records search_records

Open →
stdio

Browser

A real browser the bot drives, which stays signed in. You log in once yourself, in a window we open for you; the session is saved on this machine and every later run reuses it. Bots never see or type your password. They can only visit the domains you list here.

Allowed domains · Profile name

No secret

Example tools

browser_navigate browser_read browser_find browser_click browser_type browser_screenshot browser_signin_required

Open →

MCP ecosystem

An open protocol, not ours.

How you reach a service that is not in the list above: ordinary catalogue entries with ordinary fields, no plugin format and no review queue. A stdio server runs a command line you supply, as you, so point it at something you trust.

Credential security

Your secrets stay secret.

Credentials are sealed into a vault on your own machine, with the encryption key in your operating system’s credential store rather than beside the vault. Redaction is by value, so a password inside a Postgres connection string is caught even though it does not look like one. Nothing is sent to us.

  • Encrypted vault
  • Key in OS keychain
  • On your machine
  • Per-agent binding
  • Redacted by value
Begin

Ready to connect?

Connectors are added in Lob Bot. A bot reaches nothing until you give it one, and you choose the scope.