Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Context by Fulcra - bridging the gap between agents and humans.
## About
[Context by Fulcra](https://fulcradynamics.com/) is a personal data platform that provides humans a place to collect and store real-world personal data - from wearables, calendars, location, medical devices, and more. Hundreds of data sources and types supported.
In addition, there are facilities to help users record new free-form data: their own subjective feelings (to record your mood, sleep, etc.) and track progress toward a goal.
Files (with full revision capture / restore) can also be stored in a user's datastore.
Health and location data is primarily collected through the human's phone; the human user installs [Context by Fulcra](https://apps.apple.com/us/app/context-by-fulcra-health-hub/id1633037434) and lets the app sync data to their account in the background.
The app is _optional_ - users can submit data using the REST API (sometimes called the "Life API" in docs) or the Python client library (python module `fulcra-api`) or the CLI implemented by it (`uvx fulcra-api`).
### Interactive Access to the User's Data
The human user gets to investigate their data interactively using beautiful mobile and [web apps](https://context.fulcradynamics.com/).
### Agentic/Programmatic Access To the User's Data
* Fully supported [OAuth2 REST API](https://fulcradynamics.github.io/developer-docs/):
* [OpenAPI spec](https://api.fulcradynamics.com/openapi.json)
* [Python client library](https://fulcradynamics.github.io/fulcra-api-python/) (`pip install fulcra-api`): For an easy way to use the client library. Handles authentication for you.
* CLI: Implemented in `fulcra-api`. Use `uvx fulcra-api` or `uv tool run fulcra-api` to run the latest version. The CLI seamlessly handles authentication in an agent-friendly way.
* [MCP Server Docs](https://fulcradynamics.github.io/developer-docs/mcp-server/): A guide on how to use the MCP server.
* [MCP server](https://mcp.fulcradynamics.com): The endpoi