Spaces:
Running
Running
File size: 685 Bytes
5365d33 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
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"
```
|