OpenFateAI Assistant MCP
README.md
# OpenFateAI Assistant MCP
A local, open-source Model Context Protocol server for structured decisions, guided reflection, action planning, and transparent digital report outlines.
The server runs over stdio, does not require an API key, and does not send tool inputs to OpenFateAI servers.
## Install
```bash
npx -y openfateai-mcp
```
## MCP configuration
```json
{
"mcpServers": {
"openfateai": {
"command": "npx",
"args": ["-y", "openfateai-mcp"]
}
}
}
```
## Tools
| Tool | Purpose |
| --- | --- |
| `structure_decision` | Compare user-provided options, facts, assumptions, constraints, priorities, and reversible tests. |
| `create_reflection_session` | Create a guided, non-clinical reflection sequence. |
| `build_action_plan` | Arrange candidate actions into phases and review checkpoints. |
| `prepare_digital_report` | Organize source notes into a transparent report outline. |
| `get_openfateai_policy` | Return intended uses, safety boundaries, and payment guidance. |
| `get_openfateai_resources` | Return canonical workspace, pricing, support, and legal links. |
The package also exposes the `decision_review` and `weekly_reflection` MCP prompts.
## Product boundary
This MCP is a local organizational layer. It does not predict outcomes, provide professional advice, process payments, or collect payment credentials.
OpenFateAI Chat uses one-time credit packs on the official website. Stripe and Alipay checkout remain on the website and are not exposed as MCP tools.
- [OpenFateAI Chat](https://openfateai.com)
- [Pricing and one-time credits](https://openfateai.com/en/pricing)
- [Support](https://openfateai.com/en/support)
- [Terms](https://openfateai.com/en/terms)
- [Privacy](https://openfateai.com/en/privacy)
- [Refund policy](https://openfateai.com/en/refund-policy)
## Compliance posture
- Local stdio transport only; no OpenFateAI API key is required.
- Read-only tools; no files, network resources, accounts, or payments are modified.
- No payment-card, Alipay, password, or sensitive credential collection.
- Outputs organize user-provided information and should preserve uncertainty.
- Consequential legal, medical, financial, tax, mental-health, and safety decisions should remain with qualified professionals.
## Tooling contract
The server exposes deterministic organizational helpers only:
- Decision structure, not decision automation.
- Reflection prompts, not clinical care.
- Action-plan organization, not professional recommendation.
- Report outlines, not invented evidence or citations.
- Policy/resource lookup, not billing execution.
## Agent Skill
The portable skill is located at [`skills/openfateai-assistant/SKILL.md`](skills/openfateai-assistant/SKILL.md).
## Development
```bash
npm install
npm run build
npm run smoke
```
Requires Node.js 20 or newer.
## License
MIT
TDQS
A4/5.0
Scored across 6 tools
Disambiguation5/5
Each tool targets a distinct activity: planning, reflection, policy retrieval, resource links, report drafting, and decision structuring. No two tools have overlapping purposes.
Naming Consistency5/5
All tool names consistently use a verb_noun pattern in snake_case (e.g., build_action_plan, create_reflection_session). No mixing of styles.
Tool Count5/5
With 6 tools, the set is well-scoped for an AI assistant focused on planning, reflection, decision support, and information lookup. Each tool earns its place.
Completeness4/5
The tools cover core workflows: plan creation, reflection, decision structuring, report preparation, and access to policies/resources. Minor gaps like a tool to update plans are absent, but the surface is largely complete for the stated purpose.
Maintenance
ActivityInactive
ResponsivenessNo issues