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.