EZAuto MCP Learning Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@EZAuto MCP Learning ServerHow many cases are currently in the assigned status?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
EZAuto MCP Learning
A minimal end-to-end project for learning the Model Context Protocol (MCP) by building an AI-powered roadside assistance case management system using FastMCP, SQLite, and Google Gemini 3.1 Flash Lite.
šÆ Project Goal
This project was built to understand how AI Agents communicate with external systems using MCP.
Instead of using frameworks like LangChain or CrewAI, this project focuses on learning the fundamentals by implementing everything from scratch.
Architecture
User
ā
ā¼
Gemini 3.1 Flash Lite
(Function Calling)
ā
ā¼
Python Tool Wrappers
ā
ā¼
Official MCP ClientSession
ā
ā¼
FastMCP Server
ā
ā¼
SQLite DatabaseFeatures
SQLite database with 300 sample roadside assistance cases
FastMCP Server exposing business tools
Official MCP Client
Gemini Function Calling
Natural language querying
AI powered tool selection
End-to-end MCP communication
Tech Stack
Technology | Purpose |
Python 3.12 | Programming Language |
SQLite | Database |
FastMCP | MCP Server |
MCP SDK | Official MCP Client |
Google Gemini 3.1 Flash Lite | LLM |
google-genai | Gemini SDK |
Project Structure
ezauto-mcp-learning/
ā
āāā database/
ā āāā schema.sql
ā āāā seed.py
ā āāā ezauto.db
ā
āāā mcp_server/
ā āāā server.py
ā
āāā client/
ā āāā gemini_agent.py
ā
āāā requirements.txt
āāā .env
āāā README.mdMCP Tools
Tool | Description |
get_total_cases() | Returns total number of cases |
get_cases_by_status(status) | Returns cases for a given status |
get_case_status_summary() | Returns grouped case counts |
Example Questions
How many cases are there?
How many CREATED cases are there?
How many ASSIGNED cases are there?
How many PENDING_ASSIGNMENT cases are there?
Give me the case status summary.
List all CLOSED cases.
How many cases are not escalated?Example Flow
User
ā
ā¼
"How many cases are not escalated?"
ā
ā¼
Gemini understands intent
ā
ā¼
Calls get_total_cases()
Calls get_cases_by_status("ESCALATED")
ā
ā¼
FastMCP Server
ā
ā¼
SQLite
ā
ā¼
Returns results
ā
ā¼
Gemini reasons:
300 - 60 = 240
ā
ā¼
"There are 240 non-escalated cases."Learning Outcomes
This project demonstrates:
Building an MCP Server
Registering MCP Tools
MCP Tool Discovery
MCP Tool Execution
SQLite Integration
Gemini Function Calling
AI Tool Selection
Agent-to-Tool Communication
Future Improvements
Search cases by customer name
Search by city
Get case by ID
Date range filtering
Multi-step reasoning
Conversation memory
RAG integration
PostgreSQL backend
Vector search
Lessons Learned
One of the biggest takeaways from this project was understanding that:
MCP standardizes communication between AI agents and external tools.
LLMs are valuable not because they replace SQL, but because they understand human intent, choose the appropriate tools, reason over the returned data, and generate natural-language responses.
Acknowledgements
This project was built as part of a hands-on journey to understand the Model Context Protocol (MCP), Function Calling, and Agentic AI from first principles.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server to query public open data from Recife, Brazil using natural language. It exposes tools for schema exploration and SQL query generation via Gemini 2.5 Flash, backed by a local DuckDB database.Last updated1MIT
- AlicenseAqualityCmaintenanceA production-grade MCP server for enterprise sales analytics, enabling LLM clients to query, analyze, and visualize sales data from a SQLite database through structured tools, resources, and prompts.Last updated6MIT
- Alicense-qualityDmaintenanceMCP tool server providing SQLite database access for AI agents.Last updatedMIT
- Flicense-qualityCmaintenanceMCP server that routes natural language queries to backend analytics tools (Sales, Finance, Customer, Service) using Google Gemini's function calling.Last updated
Related MCP Connectors
Hosted MCP server exposing US hospital procedure cost data to AI assistants
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Argo RPG Platform ā connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/iamswayam/mcp-ai-agent-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server