🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

openfateai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openfateai-mcp

A local MCP server for structured decisions, guided reflection, action plans, and digital report outlines.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

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

npx -y openfateai-mcp

MCP configuration

{
  "mcpServers": {
    "openfateai": {
      "command": "npx",
      "args": ["-y", "openfateai-mcp"]
    }
  }
}

Tools

ToolPurpose
structure_decisionCompare user-provided options, facts, assumptions, constraints, priorities, and reversible tests.
create_reflection_sessionCreate a guided, non-clinical reflection sequence.
build_action_planArrange candidate actions into phases and review checkpoints.
prepare_digital_reportOrganize source notes into a transparent report outline.
get_openfateai_policyReturn intended uses, safety boundaries, and payment guidance.
get_openfateai_resourcesReturn 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
  • Pricing and one-time credits
  • Support
  • Terms
  • Privacy
  • 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.

Development

npm install
npm run build
npm run smoke

Requires Node.js 20 or newer.

License

MIT

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts