@test20250424/invoice-doc-extractor
v1.0.16
Published
MCP tool for extracting information from invoice guidelines
Maintainers
Readme
MCP Invoice Document Extractor
A Model Context Protocol (MCP) tool for extracting information from invoice guidelines.
Installation
npm install @mcp/invoice-doc-extractorUsage
This tool is designed to be used with the Model Context Protocol. Once installed, it can be configured in your MCP configuration:
{
"tools": {
"@mcp/invoice-doc-extractor": {
"version": "latest"
}
}
}The tool accepts queries about invoice guidelines and returns relevant information from the documentation.
Example Queries
- 請求金額の計算方法について教えてください
- 請求書の提出期限はいつですか?
- 支払条件について知りたいです
- 請求書のフォーマットを教えてください
Development
- Clone the repository
- Install dependencies:
npm install - Build the package:
npm run build - Run tests:
npm test
License
MIT
