
Deep Research MCP Server
The Deep Research MCP Server enables comprehensive, AI-powered research workflows by automating question elaboration, subquestion generation, web search, conten...
Connect your AI workflows with up-to-date scholarly article search and academic metadata using the Scholarly MCP Server in FlowHunt.
The Scholarly MCP Server is designed to connect AI assistants with a robust academic article search capability. By integrating with various scholarly vendors (with more to be added in the future), this server empowers developers to enhance their AI workflows by providing direct access to accurate and up-to-date scholarly articles. It acts as a bridge between AI agents and external academic data sources, enabling tasks such as searching for research papers, retrieving publication metadata, and sourcing relevant academic content. This tool is particularly beneficial for research assistants, educational platforms, and knowledge-centric applications that require seamless access to high-quality academic resources.
No prompt templates were explicitly mentioned in the repository.
No resources were explicitly listed or described in the repository files.
No explicit tool definitions or entries (e.g., functions like search_articles
, get_metadata
, etc.) were found in the available repository structure or documentation. The repo is described as a “server to search for accurate academic articles,” so it likely includes a scholarly article search tool, but no concrete tool names or descriptions are present.
mcpServers
section:{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
mcpServers
:{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"args": []
}
}
To secure API keys, use environment variables in your configuration. For example:
{
"scholarly-mcp": {
"command": "mcp-scholarly",
"env": {
"API_KEY": "your_api_key_here"
},
"inputs": {
"api_key": "${API_KEY}"
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"scholarly-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “scholarly-mcp” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates in repo |
List of Resources | ⛔ | No explicit resources found |
List of Tools | ⛔ | No explicit tools defined |
Securing API Keys | ✅ | Provided generic example |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Scholarly MCP Server provides a well-defined purpose and clear use cases, but documentation and repo content are sparse in terms of explicit prompt, resource, and tool definitions. Setup instructions can be inferred generically but are not detailed in the code. For a developer seeking plug-and-play academic search, it’s promising, but would benefit from richer documentation and explicit interface details.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 20 |
Number of Stars | 121 |
The Scholarly MCP Server is a service that connects AI agents to external academic data sources, enabling search and retrieval of scholarly articles, publication metadata, and more—ideal for research assistants, educational platforms, and fact-checking tools.
Key use cases include academic research assistance, educational content enrichment, dynamic knowledge base expansion, citation and bibliography generation, and fact-checking via access to scholarly sources.
Use environment variables in your configuration to store API keys securely. For example: 'env': {'API_KEY': 'your_api_key_here'}, and reference it in your 'inputs'.
No explicit prompt templates or tool definitions are present in the repository, but the server is designed to enable scholarly article search and metadata retrieval functionality.
Add the server configuration to your MCP component in FlowHunt, specifying the server’s transport and URL. Once connected, your AI agent can access all available functions of the Scholarly MCP Server.
Integrate the Scholarly MCP Server into your FlowHunt projects for seamless access to academic articles, metadata, and citation generation.
The Deep Research MCP Server enables comprehensive, AI-powered research workflows by automating question elaboration, subquestion generation, web search, conten...
The OpenSearch MCP Server enables seamless integration of OpenSearch with FlowHunt and other AI agents, allowing programmatic access to search, analytics, and c...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...