peaka-mcp-server

peakacom/peaka-mcp-server

3.2

If you are the rightful owner of peaka-mcp-server 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.

Peaka Model Context Protocol server provides access to Peaka's text2SQL capabilities, enabling LLMs to inspect schemas and execute SQL queries on Peaka projects.

Tools

Functions exposed to the LLM to take actions

peaka_schema_retriever

Retrieve table metadata and schema. Metadata has column types and relationships of the table with other tables.

peaka_query_golden_sqls

Query question/sql pairs from Peaka's golden sql vector store. If the given question is very similar to one of the golden sql examples, it is recommended to use the same SQL query and modify it slightly to fit the given question. If this tool returns empty result use peaka_schema_retriever tool should be used to retrieve table metadata and schema.

peaka_execute_sql_query

Runs the given sql query on Peaka.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

peaka_sql_query_rule_set

URI: file:///peaka_sql_query_rule_set.txt

MIME: text/plain

null