AgentLink韩国MCP服务器
AI代理访问韩国公共和金融数据的门户 面向AI代理的韩国公共、财务数据网关
一 MCP(模型上下文协议) 该服务器为人工智能代理提供对韩国政府和金融数据源的结构化访问,包括HomeTax(홈택ž)、KONEPS(-"ᆶZhiqing)、最高法院(대Zhaqing)等。
可用工具
Tax Data(税务数据)
| 工具 | 说明 |
|---|
get_vat_data | Retrieve VAT data for a business(查看增值税数据) |
get_tax_invoice Look up electronic tax invoices(查看电子税务发票) |
get_income_tax_summary | Retrieve income tax summary(查看所得税摘要) |
Business Registration(企业信息)
| 工具 | 说明 |
|---|
verify_business_registration | Verify a business registing number(确认商家注册号码的真实性) |
get_business_info | Retrieve detaild business info(查询运营商详细信息) |
公共数据(Public Data)
| 工具 | 说明 |
|---|
search_public_notices | Search government notices(公共公告/公告搜索) |
get_procurement_data | 从KONEPS(采购厅招标/合同数据查询)检索采购/招标数据 |
Legal Data(法律数据)
| 工具 | 说明 |
|---|
search_court_precedents Search court precedents(大法院案例搜索) |
Disaster&Safety(灾难安全)
| 工具 | 说明 |
|---|
get_disaster_alerts | 从行政安全部查询灾难通知(Retrieve disaster alerts from MOIS) |
快速开始
安装
npm install
npm run build
使用Claude Desktop
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"agentlink-korea": {
"command": "node",
"args": ["/path/to/agentlink-mcp-server/dist/index.js"]
}
}
}
使用Claude代码
claude mcp add agentlink-korea node /path/to/agentlink-mcp-server/dist/index.js
直接执行
npx agentlink-mcp-server
发展
# Install dependencies
npm install
# Build
npm run build
# Watch mode
npm run dev
建筑
agentlink-mcp-server (Public - this repo)
├── MCP tool definitions & schemas
├── Transport layer (stdio / HTTP)
└── DataProvider interface
│
▼
agentlink-core-engine (Private)
├── Data crawling & aggregation
├── Data normalization pipeline
└── Source-specific adapters
│
▼
agentlink-billing-x402 (Private)
├── x402 micropayment processing
├── Usage metering
└── Wallet management
贡献
看 贡献.md 作为指导方针。
许可证
阿帕奇-2.0