Dappier Real-Time Market Data

v1.0.0Analyticsstable

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.

dappier-mcp-server-real-time-web-market-data-for-ai-agentsmcpai-integration
Share:
10
Stars
0
Downloads
0
Weekly
0/5

What is Dappier Real-Time Market Data?

Dappier Real-Time Market Data is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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.

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.

This server falls under the Analytics category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enable fast, free real-time web search and access premium da

Use Cases

Get free real-time web search and premium market data for news, finance, and sports.
Build AI agents with access to trusted media brand data.
Analyze real-time market information and entertainment updates.
Cometdev312

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedSep 29, 2025
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx dappier-mcp-server-real-time-web-market-data-for-ai-agents

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Dappier Real-Time Market Data

The Dappier MCP Server provides AI agents with real-time web search and access to premium data from trusted media brands. It covers breaking news, live stock market data from Polygon.io, weather forecasts, sports headlines, entertainment, and domain-specific content models—all accessible through a single DAPPIER_API_KEY with no fine-tuning required.

Prerequisites

  • A free Dappier API key from https://platform.dappier.com/profile/api-keys
  • uv or uvx installed (https://docs.astral.sh/uv/)
  • Claude Desktop, Cursor, or Windsurf with MCP support
  • Python 3.10 or later (managed automatically by uvx)
1

Sign up and get a Dappier API key

Create a free account at platform.dappier.com and generate an API key from the API Keys section. Copy the key—you will need it in the configuration step.

# Visit: https://platform.dappier.com/profile/api-keys
# Sign up, then generate and copy your API key
2

Install uv (if not already installed)

Dappier MCP is distributed via PyPI and is best run with uvx which handles the Python environment automatically.

# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows (PowerShell)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
3

Install via Smithery (optional one-liner for Claude Desktop)

Smithery can automatically configure Claude Desktop for you. Skip to the manual config step if you prefer full control.

npx -y @smithery/cli install @DappierAI/dappier-mcp --client claude
4

Add to Claude Desktop configuration

Edit claude_desktop_config.json and add the Dappier server block. Replace YOUR_API_KEY_HERE with the key you generated.

{
  "mcpServers": {
    "dappier": {
      "command": "uvx",
      "args": ["dappier-mcp"],
      "env": {
        "DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
5

Restart Claude Desktop and verify

Restart Claude Desktop. The Dappier tools should now appear in the tool list. You can confirm by asking Claude to search the web for a recent news topic.

# Confirm tool availability in Claude Desktop:
"What are today's top technology news headlines?"
6

Debug with MCP Inspector if needed

Run the MCP Inspector to verify tool registration and test individual tools interactively.

npx @modelcontextprotocol/inspector uvx dappier-mcp

Dappier Real-Time Market Data Examples

Client configuration

Claude Desktop claude_desktop_config.json for the Dappier MCP server using uvx and an API key environment variable.

{
  "mcpServers": {
    "dappier": {
      "command": "uvx",
      "args": ["dappier-mcp"],
      "env": {
        "DAPPIER_API_KEY": "dp_your_api_key_here"
      }
    }
  }
}

Prompts to try

Prompts that exercise real-time web search, stock data, and domain-specific content models.

- "Search the web for the latest news on AI regulation in the EU"
- "What is the current stock price and recent news for Apple (AAPL)?"
- "Give me today's weather forecast for New York City"
- "What are the top sports headlines right now?"
- "Find trending topics in entertainment news today"
- "Summarize recent market movements and any notable earnings announcements"

Troubleshooting Dappier Real-Time Market Data

API key errors or 401 Unauthorized responses

Verify that DAPPIER_API_KEY is set correctly in the env block of your MCP config. The key must be the full key string from platform.dappier.com. Check there are no trailing spaces or extra quotes around the value.

uvx command not found after installing uv

After installing uv, restart your terminal or run `source ~/.bashrc` (Linux/macOS) to reload the PATH. On Windows, open a new PowerShell window. You can also use the full path to uvx—run `which uvx` or `where uvx` to find it and use that path in the command field.

Tools appear but return stale or empty data

Dappier data is real-time and requires a live internet connection. Confirm your network is not blocking outbound HTTPS to dappier.com APIs. If using a corporate proxy, set the HTTP_PROXY and HTTPS_PROXY environment variables in the env block of your MCP configuration.

Frequently Asked Questions about Dappier Real-Time Market Data

What is Dappier Real-Time Market Data?

Dappier Real-Time Market Data is a Model Context Protocol (MCP) server that 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Dappier Real-Time Market Data?

Follow the installation instructions on the Dappier Real-Time Market Data GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Dappier Real-Time Market Data?

Dappier Real-Time Market Data works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Dappier Real-Time Market Data free to use?

Yes, Dappier Real-Time Market Data is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Analytics MCP Servers

Explore all analytics servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "dappier-mcp-server-real-time-web-market-data-for-ai-agents": { "command": "npx", "args": ["-y", "dappier-mcp-server-real-time-web-market-data-for-ai-agents"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Dappier Real-Time Market Data?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides