Dappier

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.

2.5K

2 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Use cases

About

Dappier MCP Server

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.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/dappier
AuthorDappierAI
Repositoryhttps://github.com/dappierai/dappier-mcp
Dockerfilehttps://github.com/dappierai/dappier-mcp/blob/staging/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/dappier --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (2)

Tools provided by this ServerShort Description
dappier_ai_recommendationsFetch AI-powered recommendations from Dappier by processing the provided query with a selected data model that tailors results to specific interests.
dappier_real_time_searchRetrieve real-time search data from Dappier by processing an AI model that supports two key capabilities: - Real-Time Web Search: Access the latest news, stock market data, weather, travel information, deals, and more using model am_01j06ytn18ejftedz6dyhz2b15.

Tools Details

Tool: dappier_ai_recommendations

Fetch AI-powered recommendations from Dappier by processing the provided query with a selected data model that tailors results to specific interests.

- **Sports News (dm_01j0pb465keqmatq9k83dthx34):**  
Get real-time news, updates, and personalized content from top sports sources.

- **Lifestyle News (dm_01j0q82s4bfjmsqkhs3ywm3x6y):**  
Access current lifestyle updates, analysis, and insights from leading lifestyle publications.

- **iHeartDogs AI (dm_01j1sz8t3qe6v9g8ad102kvmqn):**  
Tap into a dog care expert with access to thousands of articles covering pet health, behavior, grooming, and ownership.

- **iHeartCats AI (dm_01j1sza0h7ekhaecys2p3y0vmj):**  
Utilize a cat care specialist that provides comprehensive content on cat health, behavior, and lifestyle.

- **GreenMonster (dm_01j5xy9w5sf49bm6b1prm80m27):**  
Receive guidance for making conscious and compassionate choices benefiting people, animals, and the planet.

- **WISH-TV AI (dm_01jagy9nqaeer9hxx8z1sk1jx6):**  
Get recommendations covering sports, breaking news, politics, multicultural updates, and more.

Based on the chosen `data_model_id`, the tool processes the input query and returns a formatted summary including article titles, summaries, images, source URLs, publication dates, and relevance scores.
ParametersTypeDescription
data_model_idstringThe data model ID to use for recommendations.

Available Data Models:

  • dm_01j0pb465keqmatq9k83dthx34: (Sports News) Real-time news, updates, and personalized content from top sports sources like Sportsnaut, Forever Blueshirts, Minnesota Sports Fan, LAFB Network, Bounding Into Sports and Ringside Intel.
  • dm_01j0q82s4bfjmsqkhs3ywm3x6y: (Lifestyle News) Real-time updates, analysis, and personalized content from top sources like The Mix, Snipdaily, Nerdable and Familyproof.
  • dm_01j1sz8t3qe6v9g8ad102kvmqn: (iHeartDogs AI) A dog care expert with access to thousands of articles on health, behavior, lifestyle, grooming, ownership, and more from the industry-leading pet community iHeartDogs.com.
  • dm_01j1sza0h7ekhaecys2p3y0vmj: (iHeartCats AI) A cat care expert with access to thousands of articles on health, behavior, lifestyle, grooming, ownership, and more from the industry-leading pet community iHeartCats.com.
  • dm_01j5xy9w5sf49bm6b1prm80m27: (GreenMonster) A helpful guide to making conscious and compassionate choices that benefit people, animals, and the planet.
  • dm_01jagy9nqaeer9hxx8z1sk1jx6: (WISH-TV AI) Covers sports, politics, breaking news, multicultural news, Hispanic language content, entertainment, health, and education.

query|string|The input string for AI-powered content recommendations. num_articles_ref|integeroptional|Minimum number of articles to return from the reference domain. ref|stringoptional|The site domain where recommendations should be prioritized. search_algorithm|stringoptional|The search algorithm to use for retrieving articles. similarity_top_k|integeroptional|Number of top similar articles to retrieve based on semantic similarity.


Tool: dappier_real_time_search

Retrieve real-time search data from Dappier by processing an AI model that supports two key capabilities:

- Real-Time Web Search:  
Access the latest news, stock market data, weather, travel information, deals, and more using model `am_01j06ytn18ejftedz6dyhz2b15`.  
Use this model when no stock ticker symbol is provided.

- Stock Market Data:  
Retrieve real-time financial news, stock prices, and trade updates using model `am_01j749h8pbf7ns8r1bq9s2evrh`.  
Use this model only when a stock ticker symbol is provided.

Based on the provided `ai_model_id`, the tool selects the appropriate model and returns search results.
ParametersTypeDescription
ai_model_idstringThe AI model ID to use for the query.

Available AI Models:

  • am_01j06ytn18ejftedz6dyhz2b15: (Real-Time Data) Access real-time Google web search results, including the latest news, stock market data, news, weather, travel, deals, and more. Use this model when no stock ticker symbol is provided.
  • am_01j749h8pbf7ns8r1bq9s2evrh: (Stock Market Data) Access real-time financial news, stock prices, and trades from Polygon.io, with AI-powered insights and up-to-the-minute updates. Use this model only when a stock ticker symbol is provided.

query|string|The search query to retrieve real-time information.


Use this MCP Server

{
  "mcpServers": {
    "dappier": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "DAPPIER_API_KEY",
        "mcp/dappier"
      ],
      "env": {
        "DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers