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
# 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.