We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/him0/freee-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "freee-api",
"version": "0.7.0",
"description": "freee API を MCP 経由で操作するためのスキル。詳細なAPIリファレンスと freee-mcp を使用した API 呼び出しガイドを提供。",
"author": {
"name": "him0"
},
"repository": "https://github.com/him0/freee-mcp",
"mcpServers": {
"freee": {
"command": "npx",
"args": [
"@him0/freee-mcp",
"client"
]
}
},
"skills": [
"./skills"
]
}