This demo connects to a real MCP server to fetch live stock market data. Ask about any stock, search for companies, and see the Model Context Protocol in action.
The Model Context Protocol allows AI assistants to securely connect to external data sources and tools. This demo uses the stockquotes-mcp server to fetch real-time market data.
Get live stock prices, market cap, P/E ratios, and 52-week ranges instantly.
Find any publicly traded company by name and get their ticker symbol.
Access comprehensive financial data through natural language queries.
{
"mcpServers": {
"stock-quotes": {
"command": "npx",
"args": ["-y", "stockquotes-mcp", "--transport", "stdio"]
}
}
}1. Your AI assistant connects to the MCP server
2. The server exposes tools like get_stock_quote and search_stocks
3. When you ask about stocks, the AI calls these tools
4. Real data is fetched and returned in real-time
We can build custom MCP servers that connect AI assistants to your business data, products, and services.
Let's talk about it