← Back to search
60
Partial
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer apillms-txtopenapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 60/100

            

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

OpenAPI Spec (preview)

{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/callback":{"get":{"summary":"Callback Handler","operationId":"callback_handler_callback_get","responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{}}}}}}}}}