QualisMcp MCP Server

Este projeto é uma aplicação em C# com .NET 9.0, containerizada com Docker. Ele inclui um servidor (`QualisMcpServer`) que processa dados de

Local serverstdio

What is the QualisMcp MCP server?

Este projeto é uma aplicação em C# com .NET 9.0, containerizada com Docker. Ele inclui um servidor (QualisMcpServer) que processa dados de classificações de conferências acadêmicas (Qualis) e um cliente (QualisMcpClient) para interação. The qualismcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 4 defined tools rather than through you.

What it actually does

  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

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.

  • 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

Adding it to your client

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Its toolset

Everything the assistant can do here goes through one of these:

  • Sobre — Provides general information about event classifications for 2017-2020
  • Qualis — Retrieves the classification of a specific event by its acronym
  • 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
  • Tools — The Tools tool exposed by this server

Configuration

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

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the qualismcp mcp server does with a few real requests.

When to reach for it

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. QualisMcp's toolset — Sobre, Qualis, Client and 1 more — is a fair guide to whether it matches your workflow. It is maintained by yanjustino; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against QualisMcp's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
SobreProvides general information about event classifications for 2017-2020.
QualisRetrieves the classification of a specific event by its acronym.
Client1. 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](https://devblogs.microsoft.com/dotnet/build
ToolsThe Tools tool exposed by this server.

Configuration

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

Example prompts to try

  • Use QualisMcp to Sobre.
  • Use QualisMcp to Qualis.
  • Use QualisMcp to Client.

Frequently asked questions

Qualis is a Brazilian system for evaluating academic journals and events, maintained by CAPES. It classifies publication vehicles by circulation scope and quality (A, B, C) per evaluation area, updated for the 2017–2020 quadrennial.