Loading MCP server directory, please wait...
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.
npx @getmcp/cli add vn.datacore/datacore-a2aRequires Python 3.10+. Community-contributed server. Review source before installing.
DATACORE_A2A_URLBase 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_MANDATEAP2 mandate token do DataCore cấp. Quyết định skill nào được gọi và hạn mức chi tiêu.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"vn.datacore/datacore-a2a": {
"command": "uvx",
"args": [
"datacore-a2a-mcp"
],
"env": {
"DATACORE_A2A_URL": "",
"DATACORE_MANDATE": "",
"DATACORE_SKILLS": "",
"DATACORE_TIMEOUT": ""
}
}
}
}