npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

fliggy-invoice-mcp-server

v1.0.0

Published

Fliggy flight ticket reimbursement MCP Server for Claude Code — invoice issuing, voiding, reissuing, cancellation and knowledge Q&A

Downloads

25

Readme

fliggy-invoice-mcp-server

飞猪机票报销凭证 MCP Server,支持 Claude Code 安装后直接进行发票开具、作废重开、取消等操作,以及报销领域的知识问答。

Quick Start

无需安装,直接在 Claude Code 中使用:

claude mcp add fliggy-invoice -- npx fliggy-invoice-mcp-server

或者全局安装后使用:

npm install -g fliggy-invoice-mcp-server
claude mcp add fliggy-invoice fliggy-invoice-mcp

Features

Tools (5 个发票工具)

| 工具名 | 功能 | |--------|------| | query_invoice_tool | 查询订单的报销凭证状态 | | submit_all_invoice_tool | 统一开具发票 | | submit_separate_invoice_tool | 按乘机人分开开具发票 | | submit_reopen_invoice_tool | 作废已开具发票并重新开具 | | cancel_invoice_tool | 取消正在开具中的发票 |

Resources (5 份业务知识文档)

注册为 MCP Resource,Claude 可按需读取报销业务的完整流程规则。

Prompts (1 个问答模板)

invoice-qa 模板自动注入全部知识文档,支持报销领域的自然语言问答。

Demo 测试

当前版本使用 mock 数据,以下订单号可用于测试:

| 订单号 | 场景 | |--------|------| | ORDER_001 | 正常开票(需提供抬头) | | ORDER_002 | 正常开票(已有抬头) | | ORDER_003 | 作废重开 | | ORDER_004 | 取消开票 | | ORDER_005 | 异常状态 | | ORDER_006 | 不支持电子行程单 |

调试

使用 MCP Inspector 可视化调试:

npx @modelcontextprotocol/inspector node node_modules/.bin/fliggy-invoice-mcp

License

MIT