SimpleFatoora MCP Server for Google ADKGive Google ADK instant access to 20 tools to Check Simplefatoora Status, Create Credit Note, Create Customer, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add SimpleFatoora as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this App Connector for Google ADK
The SimpleFatoora app connector for Google ADK is a standout in the Erp Operations category — giving your AI agent 20 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="simplefatoora_agent",
instruction=(
"You help users interact with SimpleFatoora "
"using 20 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About SimpleFatoora MCP Server
Empower your AI agents to completely automate your billing and tax operations using the SimpleFatoora platform. With 20 dedicated tools, your AI can now programmatically generate all six ZATCA-compliant invoice types, validate tax compliance, manage customer and product catalogs, and issue credit notes directly from your natural language interface.
Google ADK natively supports SimpleFatoora as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 20 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Create ZATCA Phase 2 compliant invoices (B2C, B2B, Purchase)
- Issue compliant credit and debit notes automatically
- Manage product catalogs and VAT rates with full CRUD
- Maintain customer profiles and tax registration numbers
- Verify API keys and cryptographic stamps
- Perform compliance verification checks
Who is it for?
Perfect for financial controllers, accountants, and businesses operating in Saudi Arabia that require strict ZATCA e-invoicing compliance combined with AI automation.The SimpleFatoora MCP Server exposes 20 tools through the Vinkius. Connect it to Google ADK in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 20 SimpleFatoora tools available for Google ADK
When Google ADK connects to SimpleFatoora through Vinkius, your AI agent gets direct access to every tool listed below — spanning e-invoicing, zatca-compliance, invoice-management, and more. Every call is secured with network, filesystem, subprocess, and code evaluation entitlements inside a sandboxed runtime. Beyond a simple connection, you get a full AI Gateway with real-time visibility into agent activity, enterprise governance, and optimized token usage.
Verify connectivity
Create credit note
Create a customer
Create debit note
Create a product
Create B2C invoice
Create simplified purchase invoice
Create standard purchase invoice
Create B2B VAT invoice
Delete a customer
Delete a product
Get customer details
Get invoice details
Get product details
List customers
List all invoices
List products
Update a customer
Update a product
Validate API key
Connect SimpleFatoora to Google ADK via MCP
Follow these steps to wire SimpleFatoora into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind the Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the SimpleFatoora MCP Server
Google ADK provides unique advantages when paired with SimpleFatoora through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with SimpleFatoora
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine SimpleFatoora tools with BigQuery, Vertex AI, and Cloud Functions
SimpleFatoora + Google ADK Use Cases
Practical scenarios where Google ADK combined with the SimpleFatoora MCP Server delivers measurable value.
Enterprise data agents: ADK agents query SimpleFatoora and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine SimpleFatoora tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query SimpleFatoora regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including SimpleFatoora
Example Prompts for SimpleFatoora in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with SimpleFatoora immediately.
"Create a simplified B2C invoice for 3 items totaling 450 SAR in SimpleFatoora."
"List all customers in SimpleFatoora with their VAT registration numbers."
"Create a credit note for invoice #1234 in SimpleFatoora due to a partial return."
Troubleshooting SimpleFatoora MCP Server with Google ADK
Common issues when connecting SimpleFatoora to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkSimpleFatoora + Google ADK FAQ
Common questions about integrating SimpleFatoora MCP Server with Google ADK.
