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
Version 4.43 or later needs to be installed to add the server automatically
Use cases
About
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.
Attribute | Details |
---|---|
Docker Image | mcp/dappier |
Author | DappierAI |
Repository | https://github.com/dappierai/dappier-mcp |
Dockerfile | https://github.com/dappierai/dappier-mcp/blob/staging/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/dappier --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
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. |
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 . |
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.
Parameters | Type | Description |
---|---|---|
data_model_id | string | The data model ID to use for recommendations. |
Available Data Models:
query
|string
|The input string for AI-powered content recommendations.
num_articles_ref
|integer
optional|Minimum number of articles to return from the reference domain.
ref
|string
optional|The site domain where recommendations should be prioritized.
search_algorithm
|string
optional|The search algorithm to use for retrieving articles.
similarity_top_k
|integer
optional|Number of top similar articles to retrieve based on semantic similarity.
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.
Parameters | Type | Description |
---|---|---|
ai_model_id | string | The AI model ID to use for the query. |
Available AI Models:
query
|string
|The search query to retrieve real-time information.
{
"mcpServers": {
"dappier": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DAPPIER_API_KEY",
"mcp/dappier"
],
"env": {
"DAPPIER_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Manual installation
You can install the MCP server using:
Installation for