chiarorosa/mcp-server-one
If you are the rightful owner of mcp-server-one 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.
MCP Server One is a Model Context Protocol server that integrates multiple public APIs into a single standardized interface, providing tools and resources for interacting with diverse data sources.
Tools
Functions exposed to the LLM to take actions
get_posts
Fetches posts with an optional limit.
get_post_by_id
Fetches a specific post by ID.
get_users
Fetches all users.
get_user_by_id
Fetches a specific user by ID.
get_todos
Fetches todos, optionally for a specific user.
create_post
Creates a post (simulated).
get_cat_fact
Fetches a random cat fact.
get_multiple_cat_facts
Fetches multiple cat facts.
get_random_joke
Fetches a random joke.
get_jokes_by_type
Fetches jokes by type (e.g., programming, general).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client