← prescientai.com

INDIVIDUAL MCP TOOL

get_prescient_pricing

Return the public pricing model, qualification guidance, and canonical pricing page for Prescient AI.

prescientai.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://prescientai.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_prescient_pricing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

prescientai.com

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.prescient-ai-product]
url = "https://prescientai.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "prescient-ai-product": {
      "type": "http",
      "url": "https://prescientai.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: prescient-ai-product
Remote MCP URL: https://prescientai.com/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": {
    "prescient-ai-product": {
      "url": "https://prescientai.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "prescient-ai-product": {
      "type": "http",
      "url": "https://prescientai.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "prescient-ai-product",
  "transport": "streamable-http",
  "url": "https://prescientai.com/mcp"
}
MCP Inspector

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

Related tools

  • list_prescient_integrations — List or filter the advertising, ecommerce, analytics, and revenue platforms that connect to Prescient AI.
  • get_demo_booking_url — Return the public URL where a person can request a tailored Prescient AI product demo.
  • create_media_measurement_plan — Create an ephemeral, structured Prescient AI evaluation plan from a brand's sales channels, approximate monthly advertising spend, and measurement goals.
  • create_budget_scenario — Create a deterministic, hypothetical media budget allocation by normalizing user-supplied channel weights.