dataville-mcp
dataville-mcp
MCP-сервер, предоставляющий API источников данных Dataville в качестве инструментов для MCP-клиентов (Claude Desktop, Claude Code и т. д.).
Требуется API-ключ Dataville — получить его можно в панели управления Dataville.
Инструменты
list_dataville_sources— выводит список источников данных, доступных черезsearch_dataville.search_dataville— запрос к источнику данных:{ source, keywords, params? }.
Related MCP server: Exasol MCP Server
Настройка
Добавьте это в конфигурацию вашего MCP-клиента (Claude Code / Claude Desktop), указав DATAVILLE_API_KEY в качестве вашего собственного ключа:
{
"mcpServers": {
"dataville": {
"command": "npx",
"args": ["-y", "@dataville/dataville-mcp"],
"env": {
"DATAVILLE_API_KEY": "dataville_your_key_here"
}
}
}
}Установка не требуется — npx загружает и запускает пакет по запросу.
DATAVILLE_API_BASE_URL является необязательным и по умолчанию равен https://api.dataville.com; установите его в http://localhost:5000, чтобы указать на локальный бэкенд во время разработки.
Запуск из исходного кода
git clone https://github.com/datavilleorg/dataville-mcp.git
cd dataville-mcp
npm install
npm run buildРазработка
npm run dev # tsx watchMaintenance
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
- Alicense-qualityCmaintenanceEnables SQL query execution and database structure browsing via MCP tools and resources.MIT
- -license-qualityAmaintenanceProvides an LLM access to the Exasol database via MCP tools, enabling reading of database metadata and execution of data reading queries.18
- Flicense-qualityDmaintenanceEnables file system operations, web scraping, and AI-powered search through MCP tools for use by LLM agents.1
- FlicenseAqualityDmaintenanceExposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.2
Related MCP Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
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/datavilleorg/dataville-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server