Quick Connection Setup
Add Snowline tools to your favorite AI agent client in under 30 seconds.
{
"mcpServers": {
"snowline": {
"command": "npx",
"args": [
"-y",
"snowlineapp",
"mcp"
],
"env": {}
}
}
}Interactive MCP Tool Simulator
Test Snowline MCP tools directly in your browser before integrating into your agent loop.
Click "Execute Tool" to test snowline_list_businesses
Complete MCP Tool Reference
Schema documentation for all tools published in Snowline's manifest.
snowline_list_businessesRead-Only ToolList all verified enterprise technology leaders, semiconductor giants, and frontier AI laboratories tracked by Snowline.
- category:string— Optional category filter: 'Artificial Intelligence', 'Search & Cloud', 'Cloud & E-Commerce', 'Consumer Electronics', 'Semiconductor & Silicon', 'Social Media & Metaverse', 'Enterprise Software', 'Robotics & Automation'
- limit:number— Maximum number of records to return (default: 20)
snowline_get_business_profileRead-Only ToolRetrieve comprehensive company intelligence, verified operational metrics, active user stats, latest news milestones, and official links by slug (e.g. 'anthropic', 'nvidia', 'openai', 'alphabet', 'microsoft').
- slug:string— Company slug identifier (e.g. 'anthropic', 'openai', 'nvidia', 'alphabet', 'amazon', 'apple', 'meta', 'microsoft', 'samsung', 'xai')
snowline_list_updatesRead-Only ToolGet the latest chronological stream of verified enterprise milestones, product launches, supercomputing cluster deployments, and regulatory filings.
- limit:number— Number of latest updates to return (default: 10, max: 50)
snowline_search_intelligenceRead-Only ToolExecute a semantic and keyword search across all companies, operational statistics, breaking updates, and industry sectors on Snowline.
- query:string— Search keyword or query string (e.g. 'Blackwell', 'Claude', 'HBM3E', 'IPO', 'Colossus')
snowline_get_reportsRead-Only ToolAccess curated sector intelligence reports on frontier foundation models, accelerated silicon architectures, and enterprise cloud agent adoption.
- sector:string— Optional sector filter (e.g. 'ai-models', 'semiconductors', 'cloud-infrastructure')
snowline_get_blog_postsRead-Only ToolAccess Snowline's in-depth research articles, developer tutorials, and market analysis regarding real-time corporate tracking and agentic architectures.
- slug:string— Optional blog post slug. If omitted, returns list of all recent articles.

