# fa-piao.com — 电子发票API服务 # LLMs.txt — AI 客户端快速索引文件 # 面向大模型爬虫: GPTBot, ClaudeBot, CCBot 等 # 规范参考: https://llmstxt.org/ ## 网站概述 fa-piao.com 是一个面向开发者的电子发票/数电发票 API 服务平台。 提供同步响应的 HTTP API 接口,支持 Java、PHP、Python、Go、Node.js、C# 等主流语言 SDK, 并率先实现 MCP Server (Streamable HTTP) 协议,可接入 Claude、GPT 等大模型实现 AI 自动开票。 ## AI Agent 对接指南(必读) - SKILL.md: https://fa-piao.com/SKILL.md - 包含 HTTP API 认证、接口列表、MCP Server 配置、代码示例 - AI Agent 应首先阅读 SKILL.md 以了解如何对接电子发票接口 ## 核心页面 ### 首页 - URL: https://fa-piao.com/ - 描述: 产品介绍、核心优势、应用场景、常见问题 ### 价格方案 - URL: https://fa-piao.com/pricing.html - 描述: 试用版 ¥0.01/14天、基础版 ¥100/年、标准版 ¥600/年、定制版 ¥2000+/年 ### SDK资源 - URL: https://fa-piao.com/sdk.html - 描述: 主流编程语言 SDK 依赖包及完整 Demo,开源托管于 Gitee 和 GitHub ### 接口文档 - URL: https://fa-piao.com/doc.html - 描述: 完整 API 接口文档,涵盖获取授权、登录认证、蓝票开具、版式文件获取、红字申请等 ### AI工具 / MCP Server - URL: https://fa-piao.com/mcp.html - 描述: MCP Server 配置指南,接入 Claude/GPT/Cursor 实现 AI 智能开票 ### 技术博客 - URL: https://fa-piao.com/blog.html - 描述: 发票 API 开发指南、数电发票集成教程、AI 大模型开票实战 ### 联系我们 - URL: https://fa-piao.com/contact.html - 描述: 技术咨询、商务合作、开源仓库链接 ## API 核心端点 - 基础 URL: https://api.fa-piao.com - 认证方式: AppKey + HMAC-SHA256 签名 - 请求格式: JSON / multipart/form-data - 响应格式: JSON ## 开源仓库 - Gitee: https://gitee.com/fapiaoapi - GitHub: https://github.com/fapiaoapi ## MCP Server - 端点: https://mcp.fa-piao.com - 协议: Streamable HTTP (MCP) - 认证: Bearer Token ## Optional 扩展 - llms-full.txt: https://fa-piao.com/SKILL.md