HomeDocsIntegration Catalogue

Integration Catalogue

Every connector Agentic Fabriq ships, what it exposes, and how a connection to it is made.

428 integrations55,270 toolsPer-action permissions

A tool is the unit you grant

Each row's tool count is the number of individually grantable MCP tools that integration exposes — slack_send_message is one, slack_list_channels is another. You grant tools, not whole products, so an agent allowed to read Slack cannot post to it.


The three connection methods

Not every provider supports every method, and the table below is explicit about which ones each supports. Whichever is used, the resulting credential is stored in Agentic Fabriq's vault and never returned to your backend.

Agentic Fabriq's OAuth app

The fastest path: the user signs in at the provider and approves, with nothing to register and nothing to paste. Usage counts against Agentic Fabriq's app at that provider — which for metered APIs (X, for example) means Agentic Fabriq is billed for the calls and the rate limit is shared.

Your own OAuth app

You register an app at the provider and give Agentic Fabriq its client ID, secret and redirect URI. The OAuth flow is otherwise identical. You get your own rate limit and your own bill, which is the right choice for anything high-volume — and for Salesforce and Zendesk it is the only choice, because neither issues the kind of cross-account app the shared path would need.

Pasted credential

Some products have no OAuth flow worth running. For those, the credential is pasted once — a personal access token, a restricted API key, an account SID and key pair. There is no authorization round trip: submitting the credential is the handshake, and Agentic Fabriq validates it against the provider before storing it.


Every integration

Every connector has its own page in these docs, with its actions, scopes and connection methods. Use the connector search in the sidebar to jump straight to one.


Tool names

MCP tool names are {provider}_{verb}_{object}, using the provider key from the table above. Google surfaces carry a google_ prefix on top of it.

IntegrationExample tool name
Slackslack_send_message
GitHubgithub_create_pull_request
Gmailgoogle_gmail_list_messages
Google Drivegoogle_drive_list_files
Microsoft Outlookmicrosoft_outlook_list_messages
Notionnotion_search
Linearlinear_list_teams
Stripestripe_get_account
Salesforcesalesforce_soql_query
Snowflakesnowflake_list_databases
Datadogdatadog_list_monitors
Shopifyshopify_list_products
QuickBooks Onlinequickbooks_get_company_info
X (Twitter)twitter_get_me
Replitreplit_apps_list_apps

The authoritative list for an agent is always the one it gets back from list_tools, which returns only the tools that survive the intersection of the agent's grants, the user's grants, and the tools the connection's scopes actually cover.


Not in the catalogue?

The catalogue is the set of connectors Agentic Fabriq maintains. Anything else reaches your agent through the same governance layer via a custom integration:

Need help?

Our team is here to help you get started.