{"$schema":"https://modelcontextprotocol.io/schema/manifest.json","name":"snowline-mcp","description":"Official Snowline Model Context Protocol (MCP) Server. Provides real-time verified corporate milestones, company intelligence, GPU cluster tracking, market updates, and sector reports for autonomous AI agents.","version":"1.0.0","author":{"name":"Snowline Team","email":"support@snowlineapp.xyz","url":"https://snowlineapp.xyz"},"homepage":"https://snowlineapp.xyz/mcp","repository":"https://github.com/frey-web3/snowline","license":"MIT","capabilities":{"tools":{"listChanged":false},"resources":{"subscribe":false,"listChanged":false},"prompts":{"listChanged":false},"logging":{}},"endpoints":{"streamableHttp":"https://snowlineapp.xyz/api/mcp","sse":"https://snowlineapp.xyz/api/mcp","jsonRpc":"https://snowlineapp.xyz/api/mcp","v1":"https://snowlineapp.xyz/api/v1/mcp"},"transport":["streamable-http","sse","stdio"],"tools":[{"name":"snowline_list_businesses","description":"List all verified enterprise technology leaders, semiconductor giants, and frontier AI laboratories tracked by Snowline.","inputSchema":{"type":"object","properties":{"category":{"type":"string","description":"Optional category filter: 'Artificial Intelligence', 'Search & Cloud', 'Cloud & E-Commerce', 'Consumer Electronics', 'Semiconductor & Silicon', 'Social Media & Metaverse', 'Enterprise Software', 'Robotics & Automation'"},"limit":{"type":"number","description":"Maximum number of records to return (default: 20)"}}}},{"name":"snowline_get_business_profile","description":"Retrieve comprehensive company intelligence, verified operational metrics, active user stats, latest news milestones, and official links by slug (e.g. 'anthropic', 'nvidia', 'openai', 'alphabet', 'microsoft').","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Company slug identifier (e.g. 'anthropic', 'openai', 'nvidia', 'alphabet', 'amazon', 'apple', 'meta', 'microsoft', 'samsung', 'xai')"}},"required":["slug"]}},{"name":"snowline_list_updates","description":"Get the latest chronological stream of verified enterprise milestones, product launches, supercomputing cluster deployments, and regulatory filings.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Number of latest updates to return (default: 10, max: 50)"}}}},{"name":"snowline_search_intelligence","description":"Execute a semantic and keyword search across all companies, operational statistics, breaking updates, and industry sectors on Snowline.","inputSchema":{"type":"object","properties":{"query":{"type":"string","description":"Search keyword or query string (e.g. 'Blackwell', 'Claude', 'HBM3E', 'IPO', 'Colossus')"}},"required":["query"]}},{"name":"snowline_get_reports","description":"Access curated sector intelligence reports on frontier foundation models, accelerated silicon architectures, and enterprise cloud agent adoption.","inputSchema":{"type":"object","properties":{"sector":{"type":"string","description":"Optional sector filter (e.g. 'ai-models', 'semiconductors', 'cloud-infrastructure')"}}}},{"name":"snowline_get_blog_posts","description":"Access Snowline's in-depth research articles, developer tutorials, and market analysis regarding real-time corporate tracking and agentic architectures.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","description":"Optional blog post slug. If omitted, returns list of all recent articles."}}}}]}