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 via Docker. Manipula informações sobre eventos acadêmicos, rankings e notas.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"qualis-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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 evaluat
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education
A Model Context Protocol server for searching and analyzing arXiv papers
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
A MCP server that integrates the Semantic Scholar API and the arXiv API so AI assistants (e.g. Claude Code, Cursor) can search and fetch academic paper metadata.
MCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
MCP Security Weekly
Get CVE alerts and security updates for Qualis Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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) 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.
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.
src/QualisMcpServer: Contains the server implementation, including tools and logic for event classification.src/QualisMcpClient: Contains the client configuration for interacting with the server.src/QualisMcpClient/.vscode/mcp.json to point to the server.Microsoft.Extensions.Hosting (v9.0.4)ModelContextProtocol (v0.1.0-preview.10)This project is licensed under the MIT License. See the LICENSE file for details.
Developed by yanjustino.