Sazabi
MCP connectors

Context.dev

Give the Sazabi agent tools to resolve brand data, scrape and crawl websites into LLM-ready Markdown, extract structured data, and manage website-change monitors.

About

This is an MCP connector that gives the Sazabi agent tools from Context.dev's hosted MCP server (context-dev.stlmcp.com). Context.dev uses a "Code Mode" tool scheme: instead of one tool per endpoint, it exposes search_docs (query the Context.dev SDK) and execute (run agent-authored TypeScript against the SDK in a sandbox), letting the agent compose brand lookups, scraping, extraction, and monitor operations into a single call. Sazabi stores your Context.dev API key securely and sends it as the x-context-dev-api-key header on each request.

What the agent can do:

  • Resolve brand data by name, domain, email, stock ticker, or ISIN (logos, colors, socials, industry codes)
  • Scrape and crawl websites into clean, LLM-ready Markdown, HTML, or images
  • Extract structured data, styleguides, product catalogs, and NAICS/SIC industry classifications
  • Create, update, run, and inspect website-change monitors

Prerequisites

Set up in the dashboard

Configure connectors in the dashboard under Settings > MCP connectors.

Add your key

Create or copy an API key (ctxt_secret_...) from your Context.dev dashboard. Paste it into Sazabi. Sazabi stores it securely and sends it as the x-context-dev-api-key header to Context.dev's MCP endpoint at https://context-dev.stlmcp.com.

Set up with the CLI

Context.dev authenticates with a Context.dev API key, and sazabi mcp-connectors connect only supports OAuth providers — so set up this connector in the dashboard first (above). Once it's connected, the Sazabi CLI can inspect and manage it (installed and authenticated — see sazabi mcp-connectors reference):

sazabi mcp-connectors list
sazabi mcp-connectors details <connection-id>

Find the connection ID with sazabi mcp-connectors list. To rotate the stored credentials later, use sazabi mcp-connectors update-credentials <connection-id>.

Verify

Open the connector's connection page under Settings > MCP connectors and confirm Sazabi lists the tools it discovered. Then, in a thread, ask the agent to use one of those tools and confirm it runs. If no tools appear, confirm the API key is correct.

Troubleshooting

No tools discovered — Confirm the API key is valid. Check that the key format starts with ctxt_secret_.

Connection shows needs attention — The API key may have expired or been revoked; create a new key and reconnect from Settings > MCP connectors.

Further reading