You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.32.1).

sign_up_free_account

Inactive

Tool of Fodda Knowledge Graphs

declared in 1.32.1

Create a free Fodda Base account (100 API calls/month across ALL knowledge graphs) and send a confirmation email. GUARDRAIL: only call this AFTER the user has explicitly provided their email and asked to create an account — never sign someone up proactively or with an email inferred from earlier context. Can also pass profile fields (name, job_title, company).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "email"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "User's full name (optional — collect conversationally after signup)"
    },
    "email": {
      "type": "string",
      "description": "User's email address (required)"
    },
    "company": {
      "type": "string",
      "description": "User's company name (optional)"
    },
    "job_title": {
      "type": "string",
      "description": "User's job title (optional)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Fodda Knowledge Graphs

https://github.com/fodda/mcp-server

1/7 registries
View full server →