generated: '2026-07-19' method: derived status: candidate source: openapi/jebbit-openapi-original.json note: No official hosted Jebbit MCP server was found. Candidate tool list derived from the published OpenAPI operations; the API has no operationIds, so tools are keyed to method+path. server: name: jebbit transport: http base_url: https://api2.jebbit.com tools: - name: post_auth description: Request an OAuth access token source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/auth) - name: get_self description: Retrieve the currently authenticated business source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/self) - name: list_campaigns description: List campaigns source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/campaigns) - name: get_campaign description: Retrieve a campaign source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/campaigns/{campaign_id}) - name: list_campaign_launch_links description: List a campaign's launch links source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/campaigns/{campaign_id}/launch_links) - name: list_feeds description: List product feeds source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/feeds) - name: create_feed description: Create a product feed source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/feeds) - name: get_feed description: Retrieve a product feed source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/feeds/{feed_id}) - name: update_feed description: Update a product feed source_operation: openapi/jebbit-openapi-original.json (PATCH /api/v1/feeds/{feed_id}) - name: delete_feed description: Delete a product feed source_operation: openapi/jebbit-openapi-original.json (DELETE /api/v1/feeds/{feed_id}) - name: list_feed_columns description: List feed columns source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/feed_columns) - name: create_feed_column description: Create a feed column source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/feed_columns) - name: create_feed_row description: Create a feed row (product) source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/feed_rows) - name: list_integrations description: List webhook integrations source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/integrations) - name: create_integration description: Create a webhook integration source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/integrations) - name: test_integration description: Send a test webhook to an integration endpoint source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/integrations/{integration_id}/test) - name: list_integration_mappings description: List integration attribute mappings source_operation: openapi/jebbit-openapi-original.json (GET /api/v1/integration_mappings) - name: create_integration_backfill description: Backfill historic session data to an integration source_operation: openapi/jebbit-openapi-original.json (POST /api/v1/integration_historic_backfills) deployment: mode: none endpoint: null install: null package: null auth: oauth verified: probed tools: 18 checked: '2026-08-13' source: >- catalog MCP census (2026-08-12), re-probed 2026-08-13: POST tools/list to https://mcp.jebbit.com/mcp returned 403 (edge block, not an MCP server) and to https://api2.jebbit.com/mcp returned 404 {"status":404,"error":"Not Found"}. No npm/PyPI stdio package published under the Jebbit name. Nobody ships a Jebbit MCP server; the tools[] above are an API Evangelist-derived candidate list, never a provider surface. auth_note: >- auth: oauth records what a server WOULD require — the underlying REST API is OAuth 2.0 client_credentials (auth.jebbit.com, audience public-api). It is not evidence of a server. parent_company_note: >- BlueConic (Jebbit's parent; Jebbit is now "BlueConic Experiences") does publish an MCP server — @blueconic/blueconic-mcp on npm, a local-stdio multi-tenant adapter that loads a BlueConic CDP tenant's OpenAPI at startup. That server targets the BlueConic CDP REST API, a different product on a different host, and is recorded under all/blueconic/ — NOT here. Crediting Jebbit with it would attribute an agent surface the Jebbit Experiences API does not have. crosswalk: mcp/jebbit-tool-crosswalk.yml