MyFSS MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MyFSS MCPFind FSS enforcement cases about revenue recognition since 2023"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MyFSS MCP
Full-text search over the accounting and disclosure supervision documents published by Korea's Financial Supervisory Service (FSS) and Financial Services Commission (FSC), served as a remote MCP server for accounting professionals.
The corpus covers eleven boards from 2010 onward: supervisory guidance (감독지침), audit review findings (심사·감리 지적사례), enforcement results (회계감리결과제재), model note disclosures (주석공시 모범사례), accounting supervision trends, external audit materials, ICFR (내부회계관리제도) materials, education materials, FSS and FSC press releases, and manually registered documents. Attachments (HWP, HWPX, PDF) are converted to Markdown so the body of each document is searchable and quotable, and every document carries a topic set, a document nature, and a two-sentence summary.
Endpoint:
https://myfss.eocpa.kr/mcp(Streamable HTTP, stateless)Credential: an eocpa token from eocpa.kr/token
Nothing to install: register the URL in claude.ai, Claude Desktop, Claude Code, Cursor, or any Streamable HTTP client
Landing page (Korean): eocpa.kr/myfss
Why
What the regulator checks is written down: in review findings, in guidance, in the model disclosures it publishes. Those documents live as HWP attachments on a dozen bulletin boards and are not indexed anywhere a model can reach. This server makes them one searchable corpus with the attachment body included, so an answer about, say, convertible bond call options can cite the actual guidance paragraph and the actual enforcement case rather than a summary of them.
Related MCP server: dart-mcp
Tools
Tool | Input | Returns |
|
| Document hits with summary, topics, departments, URL, and a snippet when a query matched; |
|
| Document metadata plus the attachment body as Markdown, paged with |
|
| Latest documents by publication date |
| — | The vocabulary that filters accept: topics, natures, boards (key and label), top departments |
|
| Aggregate server usage statistics |
Every tool is read-only, idempotent, and local (SQLite + FTS5). No external call is made while serving a request.
Search behavior
Tokens of three or more characters go to FTS5 (AND-joined, rank-ordered). One- and two-character tokens become
LIKEfilters, because the trigram index cannot match them.Filters without a query sweep a topic in publication-date order and return no snippet.
boardis asymmetric by design: the parameter takes an English key (sanction_case), the response shows the Korean label (심사·감리 지적사례).list_tagsreturns both.summaryandsnippetare for orientation. Quoteget_document'sbody.
Using the server
1. Get a credential
Request an eocpa token at eocpa.kr/token. Tool calls require it; discovery (initialize, tools/list, ping) works without one, so connector onboarding never fails on authentication.
2. Connect
The credential can travel in any of these slots; the server treats them identically:
Slot | Example |
Query string |
|
Custom header |
|
Bearer |
|
claude.ai (web) — the custom connector dialog takes a URL only, so put the token in the query string:
https://myfss.eocpa.kr/mcp?key=<token>Claude Desktop / Claude Code — bridge with mcp-remote so the token stays in a header:
{
"mcpServers": {
"myfss": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://myfss.eocpa.kr/mcp", "--header", "x-eocpa-token:${EOCPA_TOKEN}"],
"env": { "EOCPA_TOKEN": "<token>" }
}
}
}Clients with a header field (Cursor and others) — enter the endpoint and the x-eocpa-token header directly.
A Claude Code plugin manifest is included at .claude-plugin/plugin.json, and server.json is the manifest for the official MCP Registry.
3. Check
curl https://myfss.eocpa.kr/health
curl -X POST https://myfss.eocpa.kr/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "x-eocpa-token: <token>" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'A tool call without a credential returns 401; a credential that is present but rejected returns 403 with a message that says so. Requests are rate-limited per IP.
PlayMCP channel
https://myfss.eocpa.kr/mcp/playmcp is the same server behind the same authentication, with the response contract the PlayMCP platform requires: every tool result stays within 24,000 characters. On this channel get_document defaults to max_chars=18000 (the schema advertises that default; pass max_chars explicitly to override, and page with offset_chars). Results that would still exceed the budget are structurally truncated and flagged with playmcp_truncated: true, a playmcp_truncation_note, and playmcp_text_truncated on any object whose text was cut. get_usage_stats is not registered on this channel. The standard /mcp endpoint never truncates and keeps the 60,000-character default.
Data and terms of use
The corpus (data/fss.sqlite) is not part of this repository. The source documents are publications of the FSS and the FSC; the Markdown bodies, topic tags, and summaries are derived from them. The hosted server is offered for reference by accounting practitioners; check the publishing agency's terms before redistributing document text.
Development
Requires Node.js 22+.
git clone https://github.com/taesueocpa/myfss-mcp.git
cd myfss-mcp
npm install
npm run buildRunning the server locally needs a corpus at data/fss.sqlite (schema in src/store/fss-db.ts), which this repository does not ship. The HTTP server boots without one and answers 503 on /mcp until it exists; stdio refuses to start.
npm run stdio # stdio transport
npm start # HTTP on :8080 — /mcp and /mcp/playmcpEnvironment variable | Purpose |
| HTTP port (default 8080) |
| Corpus location (default |
| Token validation endpoint (default |
| Usage log location (default |
| Per-IP request limit (default 300) and CORS origin (default |
| PlayMCP channel budget (default |
| Comma-separated |
Layout:
src/main.ts entry point (stdio by default, --http or MCP_MODE=http for remote)
src/tools/ tool registry — the single source of truth for both transports
src/server/ dispatch, server assembly, auth, token gate, rate limiter, HTTP wiring, PlayMCP profile and budget guard
src/store/ SQLite schema, FTS definition, usage log
src/search/ query tokenizer (FTS / LIKE split)Related
MyKIFRS MCP — Korean accounting standards and authoritative Q&A
eocpa.kr — hub and token issuance
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Full-text search over FSS/FSC accounting supervision documents for Korean accounting professionals
51Full-text search over K-IFRS/K-GAAP standards and KASB accounting Q&A for Korean accountants
61Search company disclosures and financial statements from the Korean market. Retrieve stock profile…
Powerful OpenDART API-based Korean corporate disclosure tools for accounting professionals
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server for Japan's TDnet (Timely Disclosure network). Search and retrieve timely disclosure documents from listed companies on Japanese stock exchanges.5Apache 2.0
- FlicenseAqualityDmaintenanceExposes OPEN DART (Korean FSS electronic disclosure) as an MCP server for searching and retrieving original disclosure documents, shareholdings, and financial statements, primarily for legal and internal control review.7-
- AlicenseAqualityCmaintenanceProvides Korean stock market data, including DART electronic disclosures and KRX trading information, enabling users to query company profiles, financial statements, and stock trade details via MCP clients.9MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that searches and filters DART electronic disclosures for Korean companies, enabling AI agents to create investor briefing summaries.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/taesueocpa/myfss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server