Openalex Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Openalex Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server for accessing OpenAlex scholarly research database with OSINT-focused tools.
OpenAlex MCP Server provides AI applications with direct access to OpenAlex's comprehensive database of 240M+ scholarly works, researchers, institutions, and funding information. Built specifically with OSINT (Open Source Intelligence) capabilities in mind.
# Clone or download the repository
cd openalex-mcp
# Install dependencies using UV (recommended)
uv sync
# Or using pip
pip install -e .Add to your Claude Desktop config file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"openalex": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/openalex-mcp",
"run",
"openalex-mcp"
],
"env": {
"OPENALEX_EMAIL": "[email protected]"
}
}
}
}OPENALEX_EMAIL (optional but recommended): Your email for the "polite pool" with better rate limitsSearch for works about "quantum computing" published after 2020Show me research funded by DARPA in the last 3 yearsFind AI research from China published between 2020-2024Get the citation network for work W2741809807Find the top collaborators of author A5023888391Show me MIT's research on cybersecurity from 2023Get publication trends for "neural networks" from 2015 to 2024Find institutions that frequently collaborate with Stanford University| Tool | Purpose | OSINT Use Case |
|---|---|---|
search_works | Search publications | General research discovery |
get_work_details | Full work information | Deep dive on specific research |
search_by_funder | Find funded research | Track funding patterns |
search_by_country | Geographic research | Analyze national research priorities |
get_citation_network | Citation relationships | Map influence and information flow |
get_author_collaborators | Find co-authors | Discover research networks |
search_works_by_institution | Institution research | Monitor organizational output |
get_temporal_trends | Time-series analysis | Track research evolution |
get_institutional_collaborations | Institution networks | Map organizational partnerships |
search_authors | Find researchers | Identify domain experts |
get_author_details | Author information | Researcher profiling |
search_institutions | Find organizations | Discover research centers |
get_institution_details | Institution data | Organization intelligence |
health_check | API status | System monitoring |
OpenAlex indexes:
# Run tests
uv run pytest
# Run server locally
uv run openalex-mcp
# Format code
uv run black src/uv --versionOPENALEX_EMAIL for polite pool accessMIT License - See LICENSE file for details
Contributions welcome! Please open issues or pull requests on GitHub.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.