thatsme MCP Issuer
OfficialClick 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., "@thatsme MCP IssuerEmitir certificados de conclusão do evento DevFest 2025"
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.
thatsme MCP — Issuer (B2B)
Permite que times e sistemas automatizem emissoes de certificados e consultem dados de engajamento da thatsme via IA.
Requisitos
Conta thatsme com plano PRO ou superior
API key (Settings > Integracoes na plataforma)
Related MCP server: Twenty CRM MCP Server
Opcao 1 — Instalacao local (npx)
npx -y thatsme-mcp-issuerClaude Desktop
{
"mcpServers": {
"thatsme": {
"command": "npx",
"args": ["-y", "thatsme-mcp-issuer"],
"env": {
"THATSME_API_KEY": "sua-api-key-aqui"
}
}
}
}Cursor
Adicionar em .cursor/mcp.json:
{
"thatsme": {
"command": "npx",
"args": ["-y", "thatsme-mcp-issuer"],
"env": { "THATSME_API_KEY": "sua-api-key-aqui" }
}
}Opcao 2 — Conexao remota (sem instalar nada)
{
"mcpServers": {
"thatsme": {
"url": "https://mcp.thatsme.com.br/mcp",
"headers": {
"Authorization": "Bearer SUA_API_KEY"
}
}
}
}Obtenha sua API key em app.thatsme.com.br/settings/integrations
Tools disponiveis
Tool | Plano minimo | O que faz |
| Starter | Buscar eventos da org |
| Pro | Emitir certificados |
| Pro | Ver funil por evento |
| Pro | Listar destinatarios |
| Pro | Exportar dados em CSV |
Exemplo de uso com Claude
"Emita certificados de conclusao para todos os participantes do DevFest 2025 usando o badge Gold"
Claude vai:
Chamar
search_eventspara encontrar o DevFest 2025Chamar
issue_certificatescom os destinatariosConfirmar o resultado
Variaveis de ambiente
Variavel | Obrigatoria | Default |
| Sim | - |
| Nao |
|
| Nao |
|
| Nao |
|
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.
Latest Blog Posts
- 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/That-sME/thatsme-mcp-issuer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server