← Back to Plugins
MCP Server MCP

io.github.mifactory-bot/mifactory-logic-verifier

github By github 👁 1 views ▲ 0 votes

Verify AI agent reasoning and logic for errors and contradictions. Pay-per-use.

Homepage Verified source GitHub

Install

npx -y @mifactory-bot/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@mifactory-bot/logic-verifier",
      "version": "1.0.3",
      "transport": {
        "type": "streamable-http",
        "url": "https://logic-verifier-mcp.vercel.app"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "Stripe secret key for billing",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "STRIPE_SECRET_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...