queria
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@querialist datasets related to population"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
queria
Query Japanese open data on Queria from the terminal, Python, and MCP.
Queria が公開する日本のオープンデータ(e-Stat、国土数値情報、EDINET、気象庁ほか)を、ターミナル・Python・MCP から read-only で探索するクライアントです。データは DuckLake 形式で公開されており、計算はすべて手元の DuckDB で行われます。
インストール
uvx queria list # インストール不要で実行
pip install queria # または通常インストールPython 3.10+ が必要です。
Related MCP server: estat-mcp
使い方
queria list # データセット一覧
queria search 人口 # キーワード検索
queria schema e_stat # テーブル一覧
queria columns e_stat mart_population # カラム一覧
queria sql "SELECT * FROM zipcode.main.zipcodes LIMIT 10"
queria sql "SELECT * FROM zipcode.main.zipcodes" --out zipcodes.parquetテーブルは <dataset>.<schema>.<table> で参照します。参照したデータセットは自動的に ATTACH されます。
Python API
import queria
with queria.connect() as conn:
conn.sql("SELECT * FROM catalog.main.mart_datasets").show()MCP サーバー
Claude Code / Claude Desktop / Cursor などの MCP クライアントから使えます:
{
"mcpServers": {
"queria": {
"command": "uvx",
"args": ["--from", "queria[mcp]", "queria", "mcp"]
}
}
}ドキュメント
License
MIT
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.
Latest Blog Posts
- 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/queria-io/queria-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server