Databutton App MCP
Official데이터버튼 앱 MCP
Databutton 앱의 API 엔드포인트를 모든 MCP 호환 클라이언트의 LLM 도구로 사용하세요!
이는 로컬에서 실행되고 웹소켓을 통한 MCP 프로토콜을 사용하여 Databutton 앱에 안전하게 연결되는 간단한 프록시입니다.
사용하려면 uv가 설치되어 있는지 확인하세요. 설치되어 있지 않은 경우 여기의 지침을 참조하세요.
지엑스피1
먼저 Databutton 앱의 설정 페이지에서 API 키를 다운로드하여 파일에 저장합니다.
그런 다음 다음과 같이 LLM 클라이언트(예: Claude Desktop 또는 Cursor)를 구성합니다.
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
],
"env": {
"DATABUTTON_API_KEY": "YOUR-DATABUTTON-APP-KEY"
}
}
}
}아니면 이것
{
"mcpServers": {
"myDatabuttonApp": {
"command": "uvx",
"args": [
"databutton-app-mcp@latest"
"-k",
"/path/to/apikey.txt"
]
}
}
}여기서 /path/to/apikey.txt는 API 키가 포함된 파일의 전체 경로이고, DATABUTTON_API_KEY는 API 키 값 또는 API 키가 포함된 파일의 경로입니다. Databutton 앱의 API 키는 앱 설정 페이지에서 다운로드할 수 있습니다. 안전하게 보관하고 공유하지 마세요.
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