MCP server in Cursor
Add AI Act Radar as an MCP tool in Cursor so the agent can query regulatory updates inside your editor.
1. Open Cursor settings
Cmd+, → MCP → Add new server
2. Configure
Cursor uses a streaming HTTP MCP transport. Paste this into the MCP servers config:
{
"mcpServers": {
"ai-act-radar": {
"url": "https://mcp.aiactradar.com/mcp/v1",
"headers": {
"Authorization": "Bearer aiactr_REPLACE_WITH_YOUR_KEY"
}
}
}
} 3. Reload
Cursor pings /.well-known/mcp.json + sends an
initialize JSON-RPC request, then tools/list. You
should see four tools exposed (query_ai_act_updates,
get_obligation_for_role, summarize_changes_since,
lookup_article).
4. Try it
Open a chat in Cursor and ask:
What EU AI Act guidance was published in the last 7 days
about GPAI providers? Use the AI Act Radar tools. The agent should call query_ai_act_updates with
since set to a week ago and topics: ["gpai"],
then summarise.
Disclaimer. The agent's response is built on our structured data plus its own language model — neither is legal advice. Always confirm with qualified counsel.