Fulcra Context MCP server for accessing your personal health, workouts, sleep, location, and more, all privately. Built around Context by Fulcra.
This is an MCP server that provides tools and resources to call the Fulcra API using fulcra-api
.
There is a public instance of this server running at https://mcp.fulcradynamics.com/mcp
. See https://fulcradynamics.github.io/developer-docs/mcp-server/ to get started quickly. This repo is primarily for users who need to run the server locally, want to see under the hood, or want to help contribute.
When run on its own (or when FULCRA_ENVIRONMENT
is set to stdio
), it acts as a local MCP server using the stdio transport. Otherwise, it acts as a remote server using the Streamble HTTP transport. It handles the OAuth2 callback, but doesn't leak the exchanged tokens to MCP clients. Instead, it maintains a mapping table and runs its own OAuth2 service between MCP clients.
Claude for Desktop config:
{
"mcpServers": {
"fulcra_context": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.fulcradynamics.com/mcp"
]
}
}
}
Similar config using uvx
:
{
"mcpServers": {
"fulcra_context": {
"command": "uvx",
"args": [
"fulcra-context-mcp@latest"
]
}
}
}
Please feel free to reach out via the GitHub repo for this project or join our Discord to reach out directly. Email also works (support@fulcradynamics.com
).
Provides weather data using the Open-Meteo API.
A collection of Model Context Protocol (MCP) servers for various tasks and integrations, supporting both Python and Node.js environments.
Execute stock and crypto trades via Trade Agent
Interact with EduBase, a comprehensive e-learning platform with advanced quizzing, exam management, and content organization capabilities
An MCP server for fetching verifiable random numbers from the drand network.
Send Nano currency and retrieve account and block information using the Nano node RPC.
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports schedules, meta compositions, and character statistics.
A virtual travel environment for an avatar on Google Maps, utilizing various Google Maps and optional AI image generation APIs.
An MCP server for accessing Bazi (Chinese astrology) data, requiring an API key.
MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.