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"
```