Connected agents
Cursor
Add Typestream to Cursor as a remote MCP server, from settings or mcp.json.
Cursor connects to Typestream as a remote MCP server. Its agent can then look up your coverage while you work, such as pulling the articles behind a claim into a draft.
Add the server
In Cursor, open Settings → MCP (or Tools & Integrations) and choose Add a custom MCP server. That opens mcp.json: add Typestream with the server URL, https://api.dev.typestream.nz/mcp
{
"mcpServers": {
"typestream": {
"url": "https://api.dev.typestream.nz/mcp"
}
}
}
Put it in ~/.cursor/mcp.json for every project, or in .cursor/mcp.json in one project.
Sign in
Save the file. Typestream appears in the MCP list as needing a login: choose Login (or Connect), sign in to Typestream in your browser, pick the organisation, and choose Allow. Its tools then show as enabled.
If it can't sign in
Some versions of Cursor sign in through a redirect Typestream doesn't accept. Run Typestream through the mcp-remote bridge instead, which signs in through your browser on this computer (it needs Node.js):
{
"mcpServers": {
"typestream": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.dev.typestream.nz/mcp"
]
}
}
}
Use it
Ask Cursor's agent about your coverage, such as "Find this week's articles about our repair fees and summarise the criticism." Anything that would spend more than your auto-approve limit comes back with the price first, and runs only when you agree. See Connected agents.