Emircan-Kirez/mcp-server-example
3.1
If you are the rightful owner of mcp-server-example 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.
This project demonstrates how to build an MCP (Model Context Protocol) Server with STDIO transport using Spring.
Tools
Functions exposed to the LLM to take actions
get_all_users
Retrieves a list of all users in the system.
get_user_by_id
Fetches detailed information about a user by their unique ID.
get_username_by_id
Returns only the username of a specific user based on their ID.
get_user_by_phone
Finds and returns user information using their phone number.
get_accounts_by_user_id
Retrieves all account records associated with a given user ID.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client