← eocpa.kr
INDIVIDUAL MCP TOOL
search_qnas
MyKIFRS MCP의 search_qnas 도구는 회계기준원·금융감독원·신속처리질의·IFRS 해석위원회 질의회신 3,669건을 전문검색합니다.
LIVE ENDPOINT
https://mykifrs.eocpa.kr/mcp
Connect to this endpoint to inspect the live schema for search_qnas 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.mykifrs]
url = "https://mykifrs.eocpa.kr/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mykifrs": {
"type": "http",
"url": "https://mykifrs.eocpa.kr/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mykifrs
Remote MCP URL: https://mykifrs.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": {
"mykifrs": {
"url": "https://mykifrs.eocpa.kr/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mykifrs": {
"type": "http",
"url": "https://mykifrs.eocpa.kr/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mykifrs",
"transport": "streamable-http",
"url": "https://mykifrs.eocpa.kr/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_standards— MyKIFRS MCP의 search_standards 도구는 K-IFRS·일반기업회계기준·감사기준서·내부회계관리제도·ESG(KSSB) 기준서 본문을 전문검색합니다.get_paragraph— MyKIFRS MCP의 get_paragraph 도구는 기준서 문단 전문을 앞뒤 문맥과 함께 반환합니다.get_qna— MyKIFRS MCP의 get_qna 도구는 질의회신 전문을 반환합니다.list_standards— MyKIFRS MCP의 list_standards 도구는 수록된 기준서 카탈로그를 반환합니다.get_usage_stats— MyKIFRS MCP의 get_usage_stats 도구는 이 MCP 서버의 도구 사용량 통계를 반환합니다.