reckoning-machines/mcp-tools-server
3.1
If you are the rightful owner of mcp-tools-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 dayong@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server implemented in Python, which offers tools for SQL querying, document searching, and note writing.
Tools
Functions exposed to the LLM to take actions
query_sql
Performs read-only SQL queries on a demo SQLite database.
search_docs
Searches for a query across markdown documents and returns matching lines.
write_note
Appends a note to a specified markdown file with size and path restrictions.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client