Spaces:
Running
Running
| title: dartlab | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: docker | |
| app_port: 7860 | |
| # dartlab β νκ΅ μ μ곡μ λΆμ API + MCP μλ² | |
| μ€μΉ μμ΄ μ¬μ©: | |
| - **REST API**: `https://eddmpython-dartlab.hf.space/api/*` | |
| - **MCP (Claude Desktop)**: `https://eddmpython-dartlab.hf.space/mcp/sse` | |
| ## MCP μ€μ | |
| `claude_desktop_config.json`: | |
| ```json | |
| { | |
| "mcpServers": { | |
| "dartlab": { | |
| "url": "https://eddmpython-dartlab.hf.space/mcp/sse" | |
| } | |
| } | |
| } | |
| ``` | |
| ## API μμ | |
| ```bash | |
| # 곡μ λͺ©λ‘ | |
| curl "https://eddmpython-dartlab.hf.space/api/dart/filings?corp=005930" | |
| # μ¬λ¬΄μ ν | |
| curl "https://eddmpython-dartlab.hf.space/api/dart/finance/005930?year=2024" | |
| ``` | |