MCP Server
MCP
io.github.kcw2034-sayouzone/sayou-opendart-mcp
An MCP server that provides OpenDart API
Install
uvx sayou-opendart-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "sayou-opendart-mcp",
"version": "0.0.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for OpenDart",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DART_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment