MCP_server

OkanKerem/MCP_server

3.1

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

A Model Context Protocol (MCP) server that provides CRUD operations for user management via HTTP/SSE transport.

Tools

Functions exposed to the LLM to take actions

setup_database

Initialize/reset the database table

create_user

Create a new user (requires: name, age, TC number)

get_all_users

Retrieve all users from the database

update_user

Update existing user information (requires: ID, name, age, TC number)

delete_user

Delete a user by ID

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources