Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FRONTRUN_API_KEY | Yes | Your Frontrun API key. Get one at frontrun.vc → Settings → API Keys. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| frontrun_status | Get account status: balance, tracked account count, usage stats (last 30 days), and pricing. |
| frontrun_list_tracked | List all accounts currently being monitored for follow activity. |
| frontrun_track | Start monitoring a Twitter/X account. When this account follows someone new, it will appear in new follows and convergence data. Costs $0.10 for standalone users, free for SaaS Pro+. |
| frontrun_untrack | Stop monitoring a Twitter/X account. |
| frontrun_new_follows | Detect new follows across tracked accounts by diffing consecutive snapshots. Returns who each tracked account recently followed. Use this to see what VCs/accounts noticed recently. |
| frontrun_snapshot | Get the current follow list (latest snapshot) for a tracked account. Shows everyone they currently follow. |
| frontrun_convergence | Detect convergence: entities followed by multiple tracked accounts independently within a time window. Higher threshold = stronger signal. This is the highest-signal endpoint — when 3+ VCs independently follow the same account, it strongly suggests pre-funding interest. |
| frontrun_trending | Get entities ranked by number of tracked accounts that recently followed them. Sorted by follower_count descending. Use this for daily deal flow — see what VCs are paying attention to. |
| frontrun_account_activity | Get activity profile for a tracked account: follow velocity, sector distribution, snapshot coverage, and recent follows with classification. Use this to analyze a specific VC's recent behavior. |
| frontrun_search | Search discovered entities by sector, keyword, or entity type. Searches across all accounts followed by your tracked set. Use this to find companies in a specific space. |
| frontrun_create_rule | Create a custom classification rule. Rules auto-tag entities matching conditions (bio keywords, sector, username pattern). Use this to build custom watchlists, sector taxonomies, or competitor tracking. |
| frontrun_list_rules | List your custom classification rules. |
| frontrun_update_rule | Update an existing custom classification rule. |
| frontrun_delete_rule | Delete a custom classification rule. |
| frontrun_tag | Add custom tags, sector override, or notes to a specific entity. Use this to build custom watchlists, mark competitors, or annotate companies. |
| frontrun_list_tags | List your custom-tagged entities. Filter by tag name or sector. |
| frontrun_classify | Run classification on specific entities. Returns AI classification merged with your custom rules and tags. Use this to analyze entities on demand. |
| frontrun_enriched_follows | Get new follows with full enrichment: AI classification + your custom rules + your custom tags, all merged. This is the most powerful endpoint for custom workflows. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |