We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drAbreu/alex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
requirements.txt•416 B
# OpenAlex + PubMed Hybrid Author Disambiguation MCP Server Dependencies
# Following MCP best practices with FastMCP
# MCP SDK - Latest version with FastMCP support
mcp>=1.2.0
# HTTP client for OpenAlex API and ORCID integration
httpx>=0.25.0
aiohttp>=3.8.0
# Optional: For enhanced logging and debugging
rich>=13.0.0
# OpenAlex API wrapper
pyalex==0.18
# PubMed API integration
biopython>=1.83
requests>=2.31.0