server.json•635 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.aahl/mcp-aktools",
"title": "AkTools MCP Server",
"description": "MCP Server for stock and crypto",
"version": "0.1.11",
"repository": {
"url": "https://github.com/aahl/mcp-aktools",
"source": "github"
},
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-aktools",
"version": "0.1.11",
"transport": {"type": "stdio"}
},
{
"registryType": "oci",
"identifier": "ghcr.io/aahl/mcp-aktools:latest",
"transport": {"type": "stdio"}
}
]
}