MCP Sankhya Community Search Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Sankhya Community Search Serversearch for problems with nota fiscal integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Sankhya Community Search Server
Servidor MCP (Model Context Protocol) em Python 3 que permite a modelos de IA pesquisar e ler tópicos na Comunidade Sankhya — discussões onde desenvolvedores resolvem problemas técnicos, personalizações e erros do sistema.
Estrutura do Projeto
mcp-sankhya/
├── mcp_server.py # Ponto de entrada: inicializa o servidor e registra as tools
├── requirements.txt # Dependências do projeto (inclui pytest para testes)
├── .gitignore
│
├── src/ # Módulos de negócio (testáveis isoladamente)
│ ├── __init__.py
│ ├── comunidade_sankhya.py # Pesquisa de tópicos via Selenium + BeautifulSoup
│ └── leitor_paginas.py # Leitura e limpeza de conteúdo de posts
│
├── tests/ # Testes unitários
│ ├── __init__.py
│ ├── test_comunidade_sankhya.py
│ └── test_leitor_paginas.py
│
├── config/ # Configurações de ambiente (ex.: .env, claude_desktop_config)
└── docs/ # Documentação complementarRelated MCP server: Discourse MCP
Pré-requisitos
Python 3.10+
Microsoft Edge instalado (para o Selenium headless na busca)
Microsoft Edge WebDriver compatível com a versão do Edge instalada
Instalação
# 1. Clone o repositório
git clone <url-do-repositorio>
cd mcp-sankhya
# 2. Crie e ative o ambiente virtual
python -m venv .venv
.venv\Scripts\activate # Windows
# source .venv/bin/activate # Linux/macOS
# 3. Instale as dependências
pip install -r requirements.txtExecutar o Servidor MCP
# Modo padrão (stdio — integração com Claude Desktop)
python mcp_server.py
# Modo rede (HTTP/SSE)
fastmcp run mcp_server.py --transport sseTestar Módulos Individualmente
Cada módulo pode ser executado diretamente para validação manual:
# Pesquisar tópicos na comunidade
python -m src.comunidade_sankhya "nota fiscal"
# Ler e limpar conteúdo de um post
python -m src.leitor_paginas "https://community.sankhya.com.br/wms/post/slug-do-post"Executar os Testes
pytest tests/ -vFerramentas MCP Disponíveis
Ferramenta | Descrição |
| Pesquisa tópicos/discussões por termo. Retorna título, URL e resumo dos resultados. |
| Acessa um post específico e retorna o conteúdo limpo (sem menus/rodapés). Restrito a |
| Busca respostas/replies de um post por ID, com paginação ( |
Configuração no Claude Desktop
Adicione ao seu claude_desktop_config.json:
{
"mcpServers": {
"sankhya-community": {
"command": "python",
"args": ["C:/caminho/para/mcp-sankhya/mcp_server.py"]
}
}
}Rotas da Comunidade Sankhya
Destino | URL |
Home |
|
Pesquisa |
|
Post |
|
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityCmaintenanceEnables AI agents to interact with Discourse forums through search, reading topics/posts, managing categories and users. Supports secure authentication and optional write operations with rate limiting.142,13768MIT- AlicenseAqualityCmaintenanceEnables AI agents to interact with Discourse forums through search, reading topics/posts, managing categories and tags, chat channels, and optionally creating content with safeguarded write operations.152,137MIT
- FlicenseAqualityBmaintenanceEnables AI models to search and read technical discussions, customizations, and error resolutions from the Sankhya Community forum. It provides tools to retrieve topic lists and extract clean content from specific posts to help resolve system-related issues.12
- Alicense-qualityBmaintenanceEnables searching and retrieving lessons, posts, comments, and member profiles from the Agent Architects community knowledge base for use with AI clients.1MIT
Related MCP Connectors
Search a billion+ documents — papers, books, code, legal cases, forums, Wikipedia, and more.
Search your knowledge bases from any AI assistant using hybrid RAG.
Open scientific and engineering knowledge for AI agents: search, evidence, document publishing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/delt4d/OracleMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server