Dappier -Real-Time-Web-Market-Data-for-AI-Agents
Enable fast, free real-time web search and access premium data from trusted media brands—news, financial markets, sports, entertainment, weather, and more. Build powerful AI agents with Dappier.
claude mcp add --transport stdio cometdev312-dappier-mcp-server-real-time-web-market-data-for-ai-agents uvx dappier-mcp \ --env DAPPIER_API_KEY="YOUR_API_KEY_HERE"
How to use
Dappier is an MCP server that exposes real-time browsing-enabled data models to AI agents. It provides modules for real-time web search, stock market insights, and AI-powered content recommendations across several domains (sports, lifestyle, green/eco topics, local news, and more). To use it, configure your MCP client (e.g., Claude Desktop, Cursor, Windsurf) to run the uvx command against the dappier-mcp package, passing your DAPPPIER API key as an environment variable. Once running, the MCP server offers a collection of model IDs and capabilities you can query through the MCP protocol, enabling live data feeds and AI-curated content without on-device training. You can select specific models (e.g., real-time web search, stock market insights, or one of the domain-specific recommendation models) depending on your agent’s needs.
How to install
Prerequisites:
- Install UV (the Universal Validator/Worker runner) on your OS. This is required to run uvx-based MCP servers.
- Obtain a Dappier API key from the Dappier marketplace.
Installation steps:
- Install UV (MacOS/Linux):
curl -LsSf https://astral.sh/uv/install.sh | sh
- Verify uvx is available after install (adjust path if needed):
which uvx
# or on Windows:
where uvx
- Ensure you have your Dappier API key and set it in the MCP client configuration (see the how_to_use section for examples).
Running the MCP server (example):
uvx dappier-mcp
This will start the Dappier MCP server using the dappier-mcp package with your API key provided via DAPPIER_API_KEY environment variable.
Additional notes
Tips:
- You may need to specify the full path to the uvx executable in the command field (e.g., uvx might be /usr/local/bin/uvx).
- Ensure your DAPPIER_API_KEY is kept secret and not committed to public repos.
- The MCP config shown assumes a single server named 'dappier'; you can add additional servers or different command strings if needed by your MCP client.
- If you switch clients (Claude Desktop, Cursor, Windsurf), keep the env var name and value consistent (DAPPIER_API_KEY).
- When testing, verify the API key access by querying a simple model id like the real-time web search model before integrating deeper with agents.
Related MCP Servers
mcp-vegalite
MCP server from isaacwasserman/mcp-vegalite-server
github-chat
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
nautex
MCP server for guiding Coding Agents via end-to-end requirements to implementation plan pipeline
pagerduty
PagerDuty's official local MCP (Model Context Protocol) server which provides tools to interact with your PagerDuty account directly from your MCP-enabled client.
futu-stock
mcp server for futuniuniu stock
mcp -boilerplate
Boilerplate using one of the 'better' ways to build MCP Servers. Written using FastMCP