mcp-meupc
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_componentsA | Busca componentes de PC por texto no meupc.net (processadores, placas de vídeo, memórias, etc.) |
| list_componentsA | Lista componentes por categoria com paginação (processadores, placas-video, placas-mae, memorias, armazenamentos, gabinetes, fontes, monitores) |
| get_component_detailsA | Detalhes completos de um componente: especificações técnicas, preços por loja (PIX e normal), menor preço |
| get_dealsA | Ofertas atuais com desconto no meupc.net, com preço atual e menor preço em 90 dias |
| list_community_buildsA | Builds de PC compartilhadas pela comunidade do meupc.net, com título, preço e componentes |
| get_build_detailsB | Detalhes de uma build específica: lista completa de componentes, preços, compatibilidade e consumo estimado |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: retrieving details for builds and components, listing community builds, searching components, listing components by category, and getting deals. No ambiguity between them.
All tools follow a consistent verb_noun pattern in snake_case (e.g., get_build_details, list_components, search_components). The naming is uniform and predictable.
With 6 tools, the server is well-scoped for its purpose of providing PC component and build information. Neither too few nor too many.
The tool surface covers all essential operations for browsing PC components and builds: listing, searching, getting details, viewing community builds, and checking deals. No obvious gaps for a read-only information service.