Skip to main content
Glama

Open Search MCP

by flyanima
MIT License
1
  • Apple
  • Linux

market_intelligence_aggregator

Analyze market trends by aggregating financial data, news insights, and social media sentiment for specific topics or companies, powered by Open Search MCP.

Instructions

Aggregate market intelligence from financial, news, and social sources

Input Schema

NameRequiredDescriptionDefault
includeCryptoNoInclude cryptocurrency data if relevant
includeNewsNoInclude news analysis
includeSocialNoInclude social media sentiment
includeStockNoInclude stock/financial data
topicYesMarket topic or company to analyze (e.g., "Apple", "AI market", "cryptocurrency")

Input Schema (JSON Schema)

{ "properties": { "includeCrypto": { "default": false, "description": "Include cryptocurrency data if relevant", "type": "boolean" }, "includeNews": { "default": true, "description": "Include news analysis", "type": "boolean" }, "includeSocial": { "default": true, "description": "Include social media sentiment", "type": "boolean" }, "includeStock": { "default": true, "description": "Include stock/financial data", "type": "boolean" }, "topic": { "description": "Market topic or company to analyze (e.g., \"Apple\", \"AI market\", \"cryptocurrency\")", "type": "string" } }, "required": [ "topic" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/flyanima/open-search-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server