Skip to main content
Glama
datavilleorg

dataville-mcp

by datavilleorg

dataville-mcp

Dataville のデータソース API を MCP クライアント(Claude Desktop、Claude Code など)向けのツールとして公開する MCP サーバー。

Dataville API キーが必要です。Dataville ダッシュボード から取得してください。

ツール

  • list_dataville_sourcessearch_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 watch
Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • -
    license
    -
    quality
    A
    maintenance
    Provides an LLM access to the Exasol database via MCP tools, enabling reading of database metadata and execution of data reading queries.
    18
  • F
    license
    A
    quality
    D
    maintenance
    Exposes two MCP tools (discover and execute) that enable agents to query an OpenAPI schema via natural language and execute matched API operations.
    2

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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