Skip to main content
Glama

Research Tracker MCP Server

by vupatel08
app.py804 B
""" Research Tracker MCP Server A clean, simple MCP server that provides research inference utilities. Exposes functions to infer research metadata from paper URLs, repository links, or research names using embedded inference logic. Key Features: - Author inference from papers and repositories - Cross-platform resource discovery (papers, code, models, datasets) - Research metadata extraction (names, dates, licenses, organizations) - URL classification and relationship mapping - Comprehensive research ecosystem analysis All functions are optimized for MCP usage with clear type hints and docstrings. """ import logging from config import logger from ui import demo if __name__ == "__main__": logger.info("Starting Research Tracker MCP Server") demo.launch(mcp_server=True, share=False)

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vupatel08/research-mcp-tool'

If you have feedback or need assistance with the MCP directory API, please join our Discord server