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