Back to Apps

UtahJS 2025 MCP
Supports UIby cgood92
Educational MCP server demonstration implementing RAG and tool calling for 100 Humanitarians.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
An educational implementation of the Model Context Protocol used for the UtahJS 2025 conference. It demonstrates how to build a server that integrates LLMs with vector stores and specific business tools.
Tools
donate: Processes a donation to 100 Humanitarians.getExpeditionGuide: Sends an expedition guide to a provided email address.joinExpedition: Registers a user for a specific expedition start date.getInformation: Performs a semantic search against a vector store of 100 Humanitarians organization data.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"utahjs-mcp": {
"command": "node",
"args": ["/path/to/utahjs-2025/index.ts"]
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"utahjs-mcp": {
"command": "node",
"args": ["/path/to/utahjs-2025/index.ts"]
}
}
}





