susMCP
Suspicious Antwerp's company-wide conversational data layer: a standalone MCP server that wraps existing systems (adsAgent, suspiciousAI, Shopify MCP) behind one OAuth-authenticated connector, enabling querying company data via Claude.
README
susMCP
Suspicious Antwerp's company-wide conversational data layer: a standalone MCP server that wraps existing systems (adsAgent, suspiciousAI, Shopify MCP) behind one OAuth-authenticated connector, so the CEO + ops manager can ask Claude (web / Desktop / Slack) about company data.
Full design, decisions, and the 11 implementation slices live in the plan:
~/.claude/plans/twinkling-mapping-coral.md.
Status
Slice 1 (walking skeleton) — in progress. OAuth resource server (WorkOS
AuthKit) + one CS tool (cs_get_ticket_messages, proxying suspiciousAI's already
-exposed endpoint) + central tool_invocations tracing, brought up by one
compose command.
Architecture (v1)
Claude (web/Desktop/Slack) --OAuth 2.1/PKCE (WorkOS)--> susMCP (this server)
| own Postgres:
| - tool_invocations
| - synced query data (later)
curated tools (live, HTTPS + per-domain service cred) |
+--> suspiciousAI (/api/tickets, /api/lookup*, /api/analytics)
+--> adsAgent (/api/metrics, /api/ads, ...) [slice 5+]
+--> Shopify MCP (read-only, mutations gated) [slice 6]
escape hatch: susmcp_query = read-only SQL over the synced DB [slice 8]
Curated tools proxy live for freshness; the escape hatch queries susMCP's own
synced copy. All mechanics (httpx call, error taxonomy, tracing) live in ONE
proxy factory (proxy.py); tool bodies are one line each.
Local dev
cp .env.example .env # dev defaults work; leave WORKOS_AUTHKIT_DOMAIN empty
docker compose up --build # brings up susmcp + Postgres (HTTP, no TLS, no auth)
Auth is DISABLED when WORKOS_AUTHKIT_DOMAIN is empty — dev only, never ship it.
Tests
pip install -e ".[dev]"
pytest
Tests run without a database (tracing writes are best-effort and patched in tests).
Production / connecting to Claude — HITL setup
These steps need real accounts/infra and are done by a human (see the plan's Phase 0 + Issue 1):
- WorkOS AuthKit: create the project, add the exec accounts, enable Google
sign-in, set
WORKOS_AUTHKIT_DOMAINandBASE_URL(the server's public https URL). - Host + TLS: deploy on susMCP's own host; the prod compose overlay
(
docker-compose.prod.yml, added with the deploy slice) runs nginx + certbot for Let's Encrypt.docker compose -f docker-compose.yml -f docker-compose.prod.yml up --build. - suspiciousAI service credential: set
CS_BASE_URL+CS_API_KEY(itsINTERNAL_API_KEY). - Register the connector in claude.ai (Enterprise admin) pointing at the
server's
/mcpURL; approve the OAuth flow. - Verify: ask about a ticket →
cs_get_ticket_messagesfires (visible in the transcript) → atool_invocationsrow is written with the exec's identity.
Accepted risks (v1, deliberate — see plan)
tool_invocationscaptures full args (incl. customer PII) unbounded/plaintext, no retention/redaction. GDPR-relevant; revisit before wider rollout.- susMCP is a single point of failure; restart+healthcheck only, no external uptime monitor yet.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.