Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| collect_profile | Collect a founder's profile by scraping LinkedIn and Twitter via Apify, merge all data, generate an embedding, and store it in Supabase. Returns the profile_id for subsequent analysis. |
| analyze_profile | Analyze a founder's profile using Groq LLM to extract strategic intelligence: interests, industry tags, market positioning, competitors, pain points, and growth opportunities. Returns cached analysis if available. |
| fetch_personalized_news | Fetch personalized, strategically-relevant news for a founder. Checks cache freshness first — returns stored articles if <24h old. Otherwise scrapes Google News via Apify, ranks by cosine similarity, summarizes with Groq, and stores results. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |