streamable-httpMITupdated 8d ago
Official Cursor plugin for Upspring: live advertising as structured, reasoning-ready context for your AI.
Upspring 能做什么?
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
安装
把 Upspring 添加到你的客户端。选择你正在使用的那个。
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`.
评分
39 / 100
不完整
- 文档13/25
- 维护19/25
- 可信度13/20
- 能力0/15
- 安装体验12/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
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年8月31日 |
| 1.0.0 | 2026年8月31日 |