sushant1827/ADK-MCP
3.1
If you are the rightful owner of ADK-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The ADK Agent MCP Server project demonstrates an Agent Development Kit (ADK) agent that interacts with a local SQLite database through a Model Context Protocol (MCP) server.
Tools
Functions exposed to the LLM to take actions
list_db_tables
Lists all tables in the database.
get_table_schema
Retrieves the schema for a specified table.
query_db_table
Queries a table with specified columns and conditions.
insert_data
Inserts a new row into a table.
delete_data
Deletes rows from a table based on a condition.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client