INDIVIDUAL MCP TOOL
create_budget_scenario
Create a deterministic, hypothetical media budget allocation by normalizing user-supplied channel weights.
LIVE ENDPOINT
https://prescientai.com/mcp
Connect to this endpoint to inspect the live schema for create_budget_scenario and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
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_prescient_pricing— Return the public pricing model, qualification guidance, and canonical pricing page for 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.