# STIL Lab Assistant MCP server

STIL lab at ETS Montreal — knowledge base and paper search via ArXiv and Semantic Scholar.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-khalid-tounoussi-1-stil-ets-mcp

## Install
- Endpoint: https://web-production-4729.up.railway.app/mcp
- Auth: Not captured

## Setup notes
- Package: Oci ghcr.io/khalid-tounoussi-1/stil-ets-mcp:1.0.0
- Remote endpoint: https://web-production-4729.up.railway.app/mcp

## Tools
- get_lab_overview - Get an overview of the STIL lab: description, research areas, director, and contact info. Endpoint: https://web-production-4729.up.railway.app/mcp
- list_students - 
    List students in the STIL lab.

    Args:
        role: Filter by role — "phd", "master", "intern", or "all"
        status: Filter by status — "current", "alumni", or "all"
     Endpoint: https://web-production-4729.up.railway.app/mcp
- get_student_info - 
    Get detailed information about a specific student by name (partial match supported).

    Args:
        name: Student name or partial name to search for
     Endpoint: https://web-production-4729.up.railway.app/mcp
- list_publications - 
    List STIL lab publications with optional filters.

    Args:
        year: Filter by publication year
        author: Filter by author name (partial match)
        venue: Filter by venue/journal name (partial match)
        keyword: Filter by keyword in title
     Endpoint: https://web-production-4729.up.railway.app/mcp
- get_research_topics - Get the main research topics and active projects of the STIL lab. Endpoint: https://web-production-4729.up.railway.app/mcp
- search_arxiv - 
    Search ArXiv for research papers.

    Args:
        query: Search query — keywords, author name, or topic
        max_results: Maximum number of results to return (1–50)
        year_from: Only return papers published from this year onwards
     Endpoint: https://web-production-4729.up.railway.app/mcp
- search_semantic_scholar - 
    Search Semantic Scholar for research papers (covers ACM Digital Library, IEEE Xplore, and more).

    Args:
        query: Search query — keywords, topic, or research question
        max_results: Maximum number of results to return (1–100)
     Endpoint: https://web-production-4729.up.railway.app/mcp
- find_related_work - 
    Find related work by searching both ArXiv and Semantic Scholar simultaneously.

    Args:
        research_question: The research question or topic to find related work for
        max_results_per_source: Number of results per source (default 5)
     Endpoint: https://web-production-4729.up.railway.app/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.khalid-tounoussi-1
- Version: 1.0.1
- Runtime: Oci
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 20, 2026
- Source: https://registry.modelcontextprotocol.io
