MCP server
Maneuvr exposes your competitive intelligence to AI assistants via the Model Context Protocol (MCP). With MCP enabled, tools like Claude Desktop or Cursor can query your workspace data directly -- no copy-paste, no switching tabs.
MCP is available on Team and Business plans.
What MCP enables
Once connected, an AI assistant can:
- List your tracked competitors and their threat levels
- Retrieve a competitor's current battlecard
- Search competitive signals by keyword, type, or date
- Get individual events with full impact briefs
- List recent digests
- Log a new event (write access, scoped separately)
All responses are scoped to your workspace. An agent can only see your data.
Enabling MCP
Go to Settings > MCP:
- Click Enable MCP for this workspace
- Maneuvr generates an MCP endpoint URL and access token
- Copy the connection details and paste them into your AI assistant
Connecting to Claude Desktop
In your Claude Desktop configuration file (~/.claude/claude_desktop_config.json), add:
{
"mcpServers": {
"maneuvr": {
"type": "url",
"url": "https://maneuvr.app/mcp/<your-workspace-id>",
"headers": {
"Authorization": "Bearer <your-mcp-token>"
}
}
}
}
Restart Claude Desktop. Maneuvr will appear as a connected tool.
Connecting to Cursor
In Cursor's MCP settings, add a new server with your MCP endpoint URL and token. Cursor will list the available Maneuvr tools for use in the AI chat.
Available tools
| Tool | What it does |
|---|---|
list_competitors | Returns all active competitors with names, categories, and threat levels |
get_competitor | Returns full profile and battlecard for a specific competitor |
search_signals | Searches events by keyword, type, date range, or competitor |
get_event | Returns a specific event with its full impact brief |
list_digests | Returns recent digests with summaries |
create_event | Logs a new event manually (requires write scope) |
Example prompts once connected
- "What competitive moves happened this week?"
- "Pull the battlecard for [Competitor] and summarise the objection handling section."
- "Are there any recent pricing changes from my top three competitors?"
- "What events have been tagged with 'feature parity gap' in the last 60 days?"
Security
- The MCP token is workspace-scoped -- it can only access data in your workspace
- The token can be revoked at any time from Settings > MCP
- Write access (
create_event) is disabled by default; enable it explicitly if needed - MCP activity appears in your workspace audit log
Frequently asked questions
Does MCP let the AI assistant see all my company's data? Only Maneuvr data within your workspace -- competitors, events, battlecards, and digests. It has no access to other tools or your broader company systems.
Can I share my MCP token with teammates? Each workspace has one MCP endpoint. Team members who want to use Maneuvr in their own AI assistant should generate individual API keys with MCP scope from Settings > API Keys instead.
What's the difference between Ask Maneuvr and MCP? Ask Maneuvr is the in-app conversational interface. MCP lets you embed the same intelligence into external AI workflows -- so you can ask about competitive signals from within Claude, Cursor, or any MCP-compatible tool without opening the Maneuvr app.