Save and query market signals from your AI conversations.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Inspect callable tools, capabilities, and parameters exposed to AI agents by Vantage β Signal Tracker.
capture_signalSave a post, article, quote, or discussion. Auto-creates sources and topics.
search_signalsFull-text search with filters β platform, topic, date range, importance.
list_recent_signalsLatest signals feed.
get_signalFull detail on a specific signal.
manage_sourceCreate or update a person/account you're tracking.
list_sourcesSee everyone you're tracking with signal counts.
Track what you're seeing. Use it later.
Vantage is a personal signal store for AI-native work β a place to capture and query the things you notice across the web.
A post on X. A thread on LinkedIn. An insight from an article. A competitor move. Instead of losing it across tabs, screenshots, and notes, you save it β and use it later.
Your AI tools don't share memory.
Vantage fixes that.
Save signals once, and access them anywhere you have an MCP-compatible client β across Claude, Cursor, and other supported tools.
Example:
"Save this as a signal"
"What have I saved about pricing?"
"Show me signals from Lemkin"
Vantage is a simple way to keep track of what you're seeing β so your AI can actually use it later.
Sign up at vantage.cavendo.ai. Connect to Claude or another supported client. Start capturing.
Takes about 2 minutes. No install required.
The first API key can be created from localhost without auth. If you're bootstrapping a fresh remote deployment, set VANTAGE_BOOTSTRAP_TOKEN on the server and send the same value in the X-Vantage-Bootstrap-Token header on that first request.
The API key is returned as data.key in the JSON response.
Capture your first signal:
Vantage includes an MCP server with 13 tools for use with Claude, Claude Code, Cursor, or any MCP-compatible client.
If you want to use the bundled stdio MCP server directly, install its dependencies too:
For manual testing, note that /mcp is a streamable HTTP endpoint. MCP clients handle the response format automatically, but ad hoc curl calls need to be prepared for stream-oriented responses rather than a simple JSON-only request/response flow.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
| Tool | What it does |
|---|---|
capture_signal | Save a post, article, quote, or discussion. Auto-creates sources and topics. |
search_signals | Full-text search with filters β platform, topic, date range, importance. |
list_recent_signals | Latest signals feed. |
get_signal | Full detail on a specific signal. |
manage_source | Create or update a person/account you're tracking. |
list_sources | See everyone you're tracking with signal counts. |
manage_topic | Create or update a topic/theme. |
list_topics | All topics with signal counts. |
manage_collection | Group signals into named collections. |
set_business_context | Upload strategy docs for comparison. |
analyze_signals | Assemble signals + context for analysis. |
get_dashboard | Summary β counts, top topics, top sources, highlights. |
save_analysis | Persist an analysis for later reference. |
Most API requests require Authorization: Bearer vtg_YOUR_KEY.
Exceptions:
GET /healthPOST /api/auth/keys for first-key bootstrap from localhost, or from a remote client that supplies a valid X-Vantage-Bootstrap-Token| Method | Endpoint | Description |
|---|---|---|
| POST | /api/signals | Create a signal |
| GET | /api/signals | List signals with filters |
| GET | /api/signals/search?q=query | Full-text search |
| GET | /api/signals/feed | Chronological feed |
| GET | /api/signals/:id | Signal detail |
| POST | /api/sources | Create a source |
| GET | /api/sources | List sources |
| POST | /api/topics | Create a topic |
| GET | /api/topics | List topics |
| POST | /api/collections | Create a collection |
| POST | /api/contexts | Upload business context |
| GET | /api/dashboard/summary | Dashboard summary |
| POST | /api/auth/keys | Generate API key |
| Component | Technology |
|---|---|
| Runtime | Node.js 20+ / Express / ESM |
| Database | SQLite via better-sqlite3 |
| Validation | Zod |
| Auth | API key (vtg_ prefix), SHA-256 hashed |
| MCP | @modelcontextprotocol/sdk (stdio + HTTP) |
| Variable | Default | Description |
|---|---|---|
PORT | 3020 | Server port |
NODE_ENV | development | Environment |
DATABASE_PATH | ./data/vantage.db | SQLite file path |
CORS_ORIGIN | * | CORS allowed origin |
VANTAGE_BOOTSTRAP_TOKEN | unset | Allows first API key creation from a non-localhost client when sent as X-Vantage-Bootstrap-Token |
MIT β use it however you want.
Built by Jonathan Arehart at Cavendo AI.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vantage-signal-tracker)<a href="https://allmcps.com/mcp/vantage-signal-tracker"><img src="https://allmcps.com/api/badge/vantage-signal-tracker?style=directory" alt="Vantage β Signal Tracker on AllMCPs" /></a>