INDIVIDUAL MCP TOOL
get_wordpress_cost_profile
How expensive a WordPress function or method is: whether it reaches the database, filesystem, network or object cache, how it scales with input, and its compiled instruction count on each PHP version (7.4 through 8.6).
LIVE ENDPOINT
https://wppaste.com/api/mcp
Connect to this endpoint to inspect the live schema for get_wordpress_cost_profile 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
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.wppaste]
url = "https://wppaste.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wppaste": {
"type": "http",
"url": "https://wppaste.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wppaste
Remote MCP URL: https://wppaste.com/api/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": {
"wppaste": {
"url": "https://wppaste.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wppaste": {
"type": "http",
"url": "https://wppaste.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wppaste",
"transport": "streamable-http",
"url": "https://wppaste.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_wordpress_symbols— Search WordPress functions, hooks, classes and methods by name.get_wordpress_symbol— Get the full signature, parameters, return value, availability and source location of one WordPress symbol.get_wordpress_source— Read the actual WordPress source of a function or method, as parsed from the release tag.compare_wordpress_versions— Show what changed between two WordPress releases, or check which releases a symbol exists in.list_sandbox_scenarios— List the pre-built WordPress environments a paste can run in.get_playground_blueprint_schema— The WordPress Playground blueprint format this site builds and accepts: the skeleton, the step names that are permitted, the version and URL parameters, and what a paste already provides for you.create_playground_link— Build a WordPress Playground URL that boots a real WordPress in the browser and runs a PHP snippet, or renders a whole site.create_wordpress_paste— Save a runnable WordPress example and get a shareable URL.