Databutton App MCP
OfficialAplicación Databutton MCP
¡Utilice los puntos finales de API de su aplicación Databutton como herramientas LLM desde cualquier cliente compatible con MCP!
Este es un proxy simple que se ejecuta localmente y se conecta de forma segura a su aplicación Databutton utilizando el protocolo MCP a través de websockets.
Para usarlo, asegúrese de tener instalado el uv, consulte las instrucciones aquí si no es así:
https://docs.astral.sh/uv/getting-started/installation/Primero descargue una clave API desde la página de configuración de su aplicación Databutton y guárdela en un archivo.
Luego configure su cliente LLM (por ejemplo, Claude Desktop o Cursor), de la siguiente manera:
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
],
"env": {
"DATABUTTON_API_KEY": "YOUR-DATABUTTON-APP-KEY"
}
}
}
}o esto
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
"-k",
"/path/to/apikey.txt"
]
}
}
}Aquí, /path/to/apikey.txt es la ruta completa a un archivo que contiene la clave API, o DATABUTTON_API_KEY es el valor de la clave API o la ruta a un archivo que la contiene. Puedes descargar la clave API para tu aplicación Databutton en la página de configuración de la aplicación. Asegúrate de mantenerla segura y no la compartas.
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
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes Eyra Accelerator API endpoints as tools for AI assistants via SSE transport. It enables secure interaction with the target API by proxying requests and handling authentication automatically.
- AlicenseNot gradedqualityDmaintenanceEnables MCP clients to connect to LLM/API services using the Model Context Protocol, providing real-time interaction and tool access. Also offers RESTful API endpoints via FastAPI for programmatic integration with existing systems.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.
- AlicenseNot gradedqualityDmaintenanceMCP server for integrating FinanceMarker.ru with LLM agents, IDEs, n8n, and other MCP-compatible clients. It proxies the FinanceMarker REST API and exposes it as a set of MCP tools.14MIT
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for interacting with the Supabase platform
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
Appeared in Searches
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/databutton/databutton-app-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server