MCP Gateway for RFK Jr Endpoints
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Provides access to Canvas endpoints, enabling interaction with the Canvas Learning Management System.
MCP Gateway for RFK Jr Endpoints
This is available to run using both STDIO and SSE transports
Requirements
- Python 3.10+
- Dependencies listed in
requirements.txt
Installation
- Clone this repository
- Install dependencies:
Configuration
The server reads the endpoint configuration from a YAML file. By default, it looks for the file at /Users/gregory/g/projects/llm/roma/rfk_jr/rfkjr.yaml
, but you can specify a different path using the CONFIG_PATH
environment variable.
Example YAML configuration:
Usage
Running with VSCode
Running from the Command Line
Testing with MCP Inspector:
Start MCP inspector with:
For STDIO, go to the inspector console at http://localhost:5173 and use:
|Transport Type|STDIO|
|Command|uv
|
|Arguments|run --with fastmcp --with pyyaml --with httpx --with pydantic fastmcp run server.py
|
Installation
Install for Claude
Install for Cline
This server cannot be installed
A Model Context Protocol gateway that connects to RFK Jr-related endpoints, supporting both STDIO and SSE transport methods.