KaushalprajapatiKP/custom-MCP-servers
If you are the rightful owner of custom-MCP-servers 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 implements a Custom MCP (Multi-tool Control Protocol) server using FastMCP, supporting various functionalities like notes management, weather search, news search, document ingestion, and integration with OpenAI GPT.
Tools
Functions exposed to the LLM to take actions
add_note
Append note to local file
read_notes
Return all stored notes
note_summary_prompt
Generate a prompt to summarize notes using GPT
brave_search_results
Latest news via Brave Search API
fetch_weather
Real-time weather from WeatherAPI
ingest_documents
Upload PDF to GroundX knowledge base
process_search_query
Perform RAG search with OpenAI GPT completions
search_doc_for_rag_context
Retrieve context text for GPT queries
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client