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.
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.
Files
Read and write files under one folder you choose. Nothing outside it is reachable.
Folder
No secret
read_file write_file list_directory search_files move_file
GitHub
Issues, pull requests, code search and repository files.
Personal access token · Default owner
1 secret · vault only
search_issues get_issue create_issue list_pull_requests get_file_contents
Postgres
Query a database. Read-only unless you say otherwise.
Connection string
1 secret · vault only
query list_schemas describe_table
Slack
Read channels and threads, post messages, search history.
Bot token · Workspace ID
1 secret · vault only
list_channels post_message get_thread_replies search_messages
Linear
Issues, projects and cycles.
API key
1 secret · vault only
list_issues create_issue update_issue list_projects
Notion
Search, read and update pages and databases.
Integration token
1 secret · vault only
search get_page update_page query_database
Stripe
Customers, subscriptions, invoices and payments.
Restricted API key
1 secret · vault only
list_customers get_customer list_subscriptions list_invoices
Supabase
Tables, rows, migrations and logs for one project.
Personal access token · Project ref · Allow writes
1 secret · vault only
list_tables execute_sql get_logs list_projects
Sentry
Issues, events and stack traces from your own projects.
User auth token · Host
1 secret · vault only
find_issues get_issue_details search_events find_organizations
GitLab
Issues, merge requests, pipelines and repository files.
Personal access token · API URL · Only these projects · Allow writes
1 secret · vault only
search_repositories get_merge_request list_issues get_file_contents
MongoDB
Query collections, read schemas and explain queries on one cluster.
Connection string · Allow writes
1 secret · vault only
find aggregate list-collections collection-schema
Airtable
Bases, tables and records.
Personal access token
1 secret · vault only
list_bases list_tables list_records search_records
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
browser_navigate browser_read browser_find browser_click browser_type browser_screenshot browser_signin_required
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.
http-mcp
Any MCP server (HTTP)
A server you already run, or a hosted one, reached over HTTP. This is how you connect something that is not in the list above.
Server URL · Authorization header (optional)
Open →stdio-mcp
Any MCP server (command)
Run a server on this machine by its command line. Hundreds are published for services that are not in the list above.
Command · Arguments (optional)
Open →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
Ready to connect?
Connectors are added in Lob Bot. A bot reaches nothing until you give it one, and you choose the scope.


