streamable-httpMITupdated 8d ago
Official Cursor plugin for Upspring: live advertising as structured, reasoning-ready context for your AI.
Was kannst du mit Upspring machen?
Upspring for Cursor
Official Cursor plugin for Upspring: live advertising as structured, reasoning-ready context for your AI.
We process the ads. Your AI does the thinking.
What you get
A remote MCP server at https://api.upspring.ai/mcp. After install, Cursor opens Upspring OAuth (same flow as the Claude connector). Sign in with your Upspring account at app.upspring.ai. No API keys in this repo.
Tools cover live ads, advertisers, taxonomy, creative text, and spend / traffic / sales grades. Competitive intelligence, not a raw data dump.
Install
- Install Upspring from the Cursor Marketplace, or from cursor.directory.
- Connect when Cursor prompts for Upspring OAuth.
- Ask things like: "What hooks are winning in skincare this week?" or "Pull the live ads for this advertiser and cluster the offers."
Self-serve: app.upspring.ai. REST docs: public-api.upspring.ai. Privacy: upspring.ai/privacy-policy.
Auth
OAuth 2.1 against https://api.upspring.ai. Cursor registers as a client automatically. Do not put tokens in config.
License
MIT © Spring AI Tech Ltd
Installation
Upspring zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add --transport http upspring https://api.upspring.ai/mcpcodex mcp add upspring --url https://api.upspring.ai/mcp{
"mcpServers": {
"upspring": {
"url": "https://api.upspring.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"upspring": {
"type": "http",
"url": "https://api.upspring.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"upspring": {
"url": "https://api.upspring.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"upspring": {
"serverUrl": "https://api.upspring.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Unvollständig
- Dokumentation13/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang0/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 1.0.1Aktuell | 31. Aug. 2026 |
| 1.0.0 | 31. Aug. 2026 |