Simple Fatoora MCP Server for Google ADKGive Google ADK instant access to 11 tools to Create Client, Create Item, Create Simplified Invoice, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add Simple Fatoora 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 Simple Fatoora app connector for Google ADK is a standout in the Industry Titans category — giving your AI agent 11 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="simple_fatoora_agent",
instruction=(
"You help users interact with Simple Fatoora "
"using 11 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 Simple Fatoora MCP Server
Connect your Simple Fatoora account to any AI agent and take full control of your e-invoicing and business financial orchestration through natural conversation. Simple Fatoora provides a specialized platform for creating ZATCA-compliant invoices and managing small business accounting, and this integration allows you to retrieve invoice metadata, manage client databases, and track inventory directly from your chat interface.
Google ADK natively supports Simple Fatoora as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 11 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
- Invoicing Orchestration — Create simplified and VAT invoices programmatically to ensure your billing is always compliant and efficient.
- Client Lifecycle Management — List all managed clients and retrieve detailed profile metadata, including contact and tax info directly from the AI interface.
- Inventory & Item Control — Access and monitor your item database to keep your product and service catalog updated via natural language.
- Financial Monitoring — Retrieve and monitor invoice statuses to ensure your accounts receivable are always synchronized.
- Operational Oversight — Track account activity and manage inventory items using simple AI commands to streamline your business workflows.
The Simple Fatoora MCP Server exposes 11 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 11 Simple Fatoora tools available for Google ADK
When Google ADK connects to Simple Fatoora through Vinkius, your AI agent gets direct access to every tool listed below — spanning e-invoicing, zatca-compliance, tax-calculation, 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.
Create a new client
Create a new item
Pass items as a JSON string. Create a Simplified Tax Invoice (B2C)
Pass items as a JSON string. Create a VAT Tax Invoice (B2B)
Delete a client
Get client details by ID
Get invoice details by ID
List all clients
List all invoices
List all items/products
Update an existing client
Connect Simple Fatoora to Google ADK via MCP
Follow these steps to wire Simple Fatoora 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 Simple Fatoora MCP Server
Google ADK provides unique advantages when paired with Simple Fatoora 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 Simple Fatoora
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 Simple Fatoora tools with BigQuery, Vertex AI, and Cloud Functions
Simple Fatoora + Google ADK Use Cases
Practical scenarios where Google ADK combined with the Simple Fatoora MCP Server delivers measurable value.
Enterprise data agents: ADK agents query Simple Fatoora and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine Simple Fatoora tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query Simple Fatoora regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including Simple Fatoora
Example Prompts for Simple Fatoora in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with Simple Fatoora immediately.
"List all active invoices in Simple Fatoora."
"Create a simplified invoice for client 'John Miller' with a 'Consultation' item for 500 SAR."
"Search for a client named 'Acme Corp' in my database."
Troubleshooting Simple Fatoora MCP Server with Google ADK
Common issues when connecting Simple Fatoora to Google ADK through the Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkSimple Fatoora + Google ADK FAQ
Common questions about integrating Simple Fatoora MCP Server with Google ADK.
