LIVE ENDPOINT
https://myfss.eocpa.kr/mcp
Connect to this endpoint to inspect the live schema for list_recent and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.myfss]
url = "https://myfss.eocpa.kr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"myfss": {
"type": "http",
"url": "https://myfss.eocpa.kr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: myfss
Remote MCP URL: https://myfss.eocpa.kr/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"myfss": {
"url": "https://myfss.eocpa.kr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"myfss": {
"type": "http",
"url": "https://myfss.eocpa.kr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "myfss",
"transport": "streamable-http",
"url": "https://myfss.eocpa.kr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_documents— MyFSS MCP의 search_documents 도구는 금융감독원(FSS)·금융위원회(FSC) 회계·공시 자료를 전문검색합니다.get_document— MyFSS MCP의 get_document 도구는 문서 전문을 반환합니다 — 첨부 HWP를 마크다운으로 변환한 본문.list_tags— MyFSS MCP의 list_tags 도구는 검색 필터에 넣을 수 있는 어휘를 반환합니다 — 주제 태그·문서 성격·게시판·주요 담당부서.get_usage_stats— MyFSS MCP의 get_usage_stats 도구는 이 MCP 서버의 도구 사용량 통계를 반환합니다.