Skip to main content
Glama

Finizi B4B MCP Server

by finizi-app
MIT License
QUICKSTART.mdโ€ข1.68 kB
# Finizi B4B MCP Server - Quick Start ## ๐Ÿš€ Connect in 30 Seconds ### Claude Code ```bash claude mcp add finizi-b4b https://finizi-b4b-mcp-600183975778.us-central1.run.app/mcp/ --transport http ``` ### Claude Desktop Add to `~/Library/Application Support/Claude/claude_desktop_config.json`: ```json { "mcpServers": { "finizi-b4b": { "url": "https://finizi-b4b-mcp-600183975778.us-central1.run.app/mcp/", "transport": "http" } } } ``` Restart Claude Desktop. ## โœ… Test It In Claude, try: ``` Login to B4B with phone +84909495665 and password Admin123@ ``` Then: ``` List my entities ``` ## ๐Ÿ“š Available Tools (15) | Category | Tools | |----------|-------| | **Auth** | login, logout, whoami | | **Entities** | list_entities, get_entity, create_entity, update_entity | | **Invoices** | list_invoices, get_invoice, import_invoice_xml, get_invoice_statistics | | **Vendors** | list_vendors, get_vendor | | **Products** | list_products, search_similar_products | ## ๐Ÿ”— Useful Links - **Full Documentation**: [DEPLOYMENT.md](DEPLOYMENT.md) - **Health Check**: https://finizi-b4b-mcp-600183975778.us-central1.run.app/health - **Server Info**: https://finizi-b4b-mcp-600183975778.us-central1.run.app/ ## ๐Ÿงช Test in Browser ```bash npx @modelcontextprotocol/inspector https://finizi-b4b-mcp-600183975778.us-central1.run.app/mcp/ ``` ## ๐Ÿ’ฐ Cost Free tier covers most usage. Estimate: **$0-3/month** for typical use. ## ๐Ÿ› ๏ธ Deploy Your Own ```bash ./deploy.sh -p YOUR_PROJECT_ID -b https://be.dev.finizi.app ``` See [DEPLOYMENT.md](DEPLOYMENT.md) for details. --- **Need Help?** Check [README.md](README.md) for full documentation.

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/finizi-app/finizi-mcp'

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