dartlab / README.md
eddmpython's picture
fix: restore Space README with YAML frontmatter
5365d33 verified
|
Raw
History Blame Contribute Delete
685 Bytes
---
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"
```