Skip to main content
Glama
unohee

Ecount MCP Server

by unohee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ecount_callC

이카운트 OAPI/V2 엔드포인트를 호출한다.

ecount_save_customerB

거래처를 등록한다 (매뉴얼 §4.1 AccountBasic/SaveBasicCust).

ecount_save_invoiceA

매출·매입전표 II 자동분개를 입력한다 (매뉴얼 §9 InvoiceAuto/SaveInvoiceAuto).

세금계산서 '발행 직전' 회계 분개까지를 자동화한다. 실제 전자세금계산서 발행은 이카운트 ERP에서 사람이 검수 후 직접 처리한다(OAPI 범위 밖).

ecount_web_export_tax_invoicesA

전자(세금)계산서 리스트(매입)를 웹 세션으로 추출한다 (OAPI 미지원, 화면 ECTAX102M).

OAPI에는 이 홈택스 수집자료 조회 기능이 없어, 인증된 웹 세션으로 화면을 열고 엑셀을 받아 행(JSON)으로 돌려준다. 헤드리스 무인 로그인(신뢰기기 프로필 + ECOUNT_COM_CODE/USER_ID/USER_PW 환경변수). 상세: docs/IMPLEMENTATION-STATUS.md, KT-274.

Returns: {columns: 컬럼명 리스트, rows: 행 dict 리스트(컬럼명→값), count: 건수}. 신뢰기기 프로필이 없거나 2FA가 요구되면 RuntimeError(부트스트랩 안내).

Note: 선행 1회: 사람이 python testing/hometax_invoice_export_260612_v3.py --run --headed로 로그인해 기기를 등록해야 이후 무인 추출이 된다(신뢰기기 등록).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/unohee/ecount-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server