Scientific Paper Harvester Mcp Server

Created By
benedict231010 months ago
A Model Context Protocol (MCP) server that provides LLMs with real-time access to scientific papers from arXiv and OpenAlex.
Overview

Features

Paper Fetching: Get latest papers from arXiv and OpenAlex by category/concept

Text Extraction: Full text content extraction from HTML sources (arXiv and OpenAlex)

Citation Analysis: Find top cited papers from OpenAlex since a specific date

Paper Lookup: Retrieve full metadata for specific papers by ID

Category Listing: Browse available categories from arXiv and OpenAlex

Rate Limiting: Respectful API usage with per-source rate limiting (5 req/min arXiv, 10 req/min OpenAlex)

Dual Interface: Both MCP protocol and CLI access

TypeScript: Full type safety with ESM modules

Server Config

{
  "mcpServers": {
    "scientific-papers": {
      "command": "npx",
      "args": [
        "-y",
        "@futurelab-studio/latest-science-mcp@latest"
      ]
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
benedict2310
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Knocksandbans.com
@MessingMedia

Knocks and bans tracks which players are injured, doubtful, or suspended. Via this MCP server, AI assistants can query that data directly — returning structured cards with full source links. Who Is This For? Football Fans Ask your AI assistant which players are injured or doubtful before this weekend's matches. Fantasy & Betting Analysts Get up-to-date availability data for squad building and informed predictions. Journalists & Bloggers Pull the latest injury roundups with source links to cite in match previews or reports. Available Tools top_player_statuses The 5 players most recently updated with an injured or doubtful status. Sorted by last update, newest first. Returns: name · injury · status · last updated · source link top_club_news The 3 clubs with the most recent editorial updates. Each card includes a short excerpt and a direct link to the club page. Returns: headline · excerpt · last updated · source link Try These Prompts Copy one of these into your AI assistant when the MCP server is connected. "Which players are currently injured or doubtful? Show me the 5 most recent updates with source links." "Give me the latest club squad news, with a summary and a link to each club page." "I'm building my fantasy team. Which key players are out or doubtful this week? Link me to the details." What You Get When your AI assistant connects to this MCP server, it can return: Player availability cards Recent injured or doubtful players, including status, update time, and a direct source link. Club update cards Latest club-level squad updates with a short summary and link to the full page. Additional Links MCP server URL for remote clients: https://www.knocksandbans.com/mcp/rpc

a day ago