← truval.dev

INDIVIDUAL MCP TOOL

create_api_key

Create a new standard API key (sk_live_...) using your provisioning key (sk_mgmt_...).

truval.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name, description or schema mentions credentials.

Parent endpoint

truval.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.truval-dev]
url = "https://mcp.truval.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "truval-dev": {
      "type": "http",
      "url": "https://mcp.truval.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: truval-dev
Remote MCP URL: https://mcp.truval.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "truval-dev": {
      "url": "https://mcp.truval.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "truval-dev": {
      "type": "http",
      "url": "https://mcp.truval.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "truval-dev",
  "transport": "streamable-http",
  "url": "https://mcp.truval.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • verify_email — Verify if an email address is real and deliverable.
  • list_api_keys — List all active standard API keys for this account (never returns raw key values).
  • revoke_api_key — Revoke a standard API key by id.
  • get_usage_summary — Get month-to-date usage summary (calls used/remaining, estimated cost, tier).
  • get_account — Get account tier, limits, billing status, and usage_this_month.
  • get_usage — Get daily usage breakdown for the last 30 days.
  • create_billing_portal — Create a Stripe billing portal session URL for this account.