Arca MCP Server
Arca MCP Server
Model Context Protocol (MCP) サーバー。TypeScript で実装された Arca プロジェクト向けです。
構造
src/tools/: サーバーが公開するツール。src/commands/: ビジネスロジックとコマンド。src/prompts/: プロンプトテンプレートとコンテキスト。src/vector_store/: 埋め込み、チャンク分割、PostgreSQL と pgvector を使用した永続化のロジック。
Related MCP server: ArcaMCP
機能 (Capabilities)
利用可能なツール
query_arca_docs: AFIP の技術ドキュメントに対するセマンティック検索 (RAG)。get_ta: 証明書.crtと.keyを使用して AFIP WSAA のアクセストークン (トークンと署名) を取得しキャッシュします。get_ultimo_comprobante: 販売拠点に対する AFIP で承認された最後の伝票番号を照会します。create_invoice: AFIP で直接電子請求書 (A、B、または C) を生成および承認し、VAT 額を自動計算します。
利用可能なリソース
resource://arca/guides/wsaa: AFIP 認証のステップバイステップガイド。resource://arca/guides/invoice/{type}: 特定の伝票 (A、B、C、MTXCA) の発行ガイド。
要件
Node.js (v18+)
Yarn
pgvector拡張機能が有効な PostgreSQL。
インストール
yarn install使用方法
IDE/CLI での開発向け (Stdio 経由):
yarn devローカル開発 (HTTP および MCP Inspector)
サーバーをネットワーク経由でローカルにテストし、Inspector Web を使用してツールをデバッグする場合は、次の手順に従います。
HTTP (Streamable) モードでサーバーを起動:
yarn run dev:httpサーバーは
http://localhost:3001/mcpで待機します。MCP Inspector を起動: プロジェクトで新しいターミナルを開き、以下を実行します:
yarn run inspectブラウザにウィンドウが開きます。
Inspector をローカルサーバーに接続: Inspector の Web インターフェースで HTTP Streamable トランスポートの設定が可能な場合は、
http://localhost:3001/mcpを指定します。それ以外の場合は、Inspector をローカルの index に直接向けて (npx @modelcontextprotocol/inspector node dist/index.js) 標準モード (Stdio) で引き続き使用できます。 "Connect" をクリックすると、テスト可能なサーバーが公開するすべてのツールが一覧表示されます。
本番環境向けにコンパイルして実行する場合:
yarn build
yarn startThis 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 Servers
- AlicenseAqualityFmaintenanceArgentine electronic invoicing (facturación electrónica) MCP Server for ARCA/AFIP. Emit invoices, manage credentials, check delegations, and look up taxpayers. 10 tools.12378MIT
- Flicense-qualityCmaintenanceMCP server for automating AFIP/ARCA electronic invoicing, certificate management, and Web Service authorization in Argentina.20
- AlicenseAqualityDmaintenanceMCP server for Factura.uz electronic invoicing system (Uzbekistan). Supports creating, signing, accepting, and rejecting e-invoices, plus company and product lookups.87MIT
- Alicense-qualityBmaintenanceMCP server to issue ARCA/AFIP Factura C for monotributistas using Afip SDK, PostgreSQL, and a secure preview-before-emission flow.MIT
Related MCP Connectors
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
Hosted Argentine commerce MCP: real AFIP invoicing, MercadoPago, logistics, catalog & WhatsApp.
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
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/gonzazago/arca-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server