mcpbeat Sign in

DataCore A2A MCP Server

local only

DataCore A2A runs on your own machine — the client starts it, so there is no endpoint to ping. 124 installs a week from pypi. Last commit 26 Aug 2026.

Chuẩn hoá địa chỉ Việt Nam và tra cứu doanh nghiệp theo tên hoặc mã số thuế, qua DataCore A2A.

Installs per day peak 484 · avg 62
a month agotoday
124
Installs / week
pypi · datacore-a2a-mcp
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check DataCore A2A every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add datacore-a2a -- uvx datacore-a2a-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "datacore-a2a": {
      "args": [
        "datacore-a2a-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.datacore-a2a]
command = "uvx"
args = ["datacore-a2a-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "datacore-a2a": {
      "args": [
        "datacore-a2a-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "datacore-a2a": {
      "args": [
        "datacore-a2a-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DATACORE_A2A_URL (Base URL của DataCore gateway, ví dụ https://gateway.example.com. Phải là gateway — trỏ thẳng orchestrator sẽ luôn bị từ chối 401.), DATACORE_MANDATE (AP2 mandate token do DataCore cấp. Quyết định skill nào được gọi và hạn mức chi tiêu.), DATACORE_SKILLS (Danh sách skill id cách nhau bằng dấu phẩy để giới hạn tool được expose, hoặc * để lấy tất cả skill mà endpoint trả về. Bỏ trống dùng mặc định.), DATACORE_TIMEOUT (Timeout mỗi request, tính bằng giây. Mặc định 30.). The author declared them in the registry entry; get the values from the project itself.

DataCore A2A — questions

Answers built from our own checks of this server.

Why is there no uptime for DataCore A2A?
DataCore A2A runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package datacore-a2a-mcp was installed 124 times last week.
How do I connect DataCore A2A?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls datacore-a2a-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use DataCore A2A?
The pypi package datacore-a2a-mcp was installed 124 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is DataCore A2A open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.