qualis-mcp-server

qualis-mcp-server

3.3

If you are the rightful owner of qualis-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

QualisMcp is a project leveraging the Model Context Protocol (MCP) to facilitate efficient data exchange and communication for event classification in the Brazilian academic journal evaluation system.

QualisMcp

Qualis

Qualis, also known as Qualis-Periódicos or Qualis/CAPES, is a Brazilian system for evaluating academic journals, maintained by the Coordination for the Improvement of Higher Education Personnel (CAPES). It classifies and ranks the publication vehicles used for disseminating the intellectual output of postgraduate programs of the "stricto sensu" type (master's and doctoral degrees) based on their circulation scope (local, national, or international) and quality (A, B, C), according to the evaluation area. The Qualis values for Scientific Events are updated according to the 2017-2020 Quadrennial.

Model Context Protocol (MCP)

Model Context Protocol (MCP) is a framework designed to facilitate communication between distributed systems by defining a standardized protocol for exchanging structured data. It enables seamless interaction between clients and servers, focusing on simplicity, scalability, and flexibility. MCP is particularly useful in scenarios where systems need to share complex data models while maintaining a clear and consistent context.

Overview

By leveraging MCP, the QualisMcp project ensures efficient data exchange and robust communication between its server and client components, enabling accurate retrieval and management of event classifications. For more details, visit the official MCP documentation.

Features

  • Event Classification Information: Retrieve detailed information about event classifications for the 2017-2020 period.
  • Event Lookup: Query the classification of a specific event by its acronym.
  • Docker Support: The server is containerized using Docker for easy deployment.

Project Structure

  • src/QualisMcpServer: Contains the server implementation, including tools and logic for event classification.
  • src/QualisMcpClient: Contains the client configuration for interacting with the server.

Requirements

  • .NET 9.0 SDK or later
  • Docker (for running the server in a containerized environment)

Setup

Client

  1. Configure the client in src/QualisMcpClient/.vscode/mcp.json to point to the server.
  2. Use the client to interact with the server.
  3. See how to run MCP Client in VS Code

Usage

Tools

  • Sobre: Provides general information about event classifications for 2017-2020.
  • Qualis: Retrieves the classification of a specific event by its acronym.

Dependencies

  • Microsoft.Extensions.Hosting (v9.0.4)
  • ModelContextProtocol (v0.1.0-preview.10)

License

This project is licensed under the MIT License. See the LICENSE file for details.

Author

Developed by yanjustino.