Developer Tools
wppaste.com
Provides detailed WordPress development information, including symbol signatures, source code, performance costs, and version changes.
ENDPOINT 1
https://wppaste.com/api/mcp
MCP server metadata
- Name
- wppaste
- Version
- 1.0.0
WordPress reference and sandbox. Look up a real signature with get_wordpress_symbol before writing code that calls it, then hand the user a runnable link with create_wordpress_paste. Call list_sandbox_scenarios first if the example needs real data such as a stocked store. When choosing between calls or reviewing a call in a loop, get_wordpress_cost_profile reports whether a function hits the database, how it scales, and its instruction count on each PHP version.
Known tools 9
search_wordpress_symbolsSearch WordPress functions, hooks, classes and methods by name.
Inferred read-onlyget_wordpress_symbolGet the full signature, parameters, return value, availability and source location of one WordPress symbol.
Inferred read-onlyget_wordpress_sourceRead the actual WordPress source of a function or method, as parsed from the release tag.
Inferred read-onlyget_wordpress_cost_profileHow 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).
Inferred read-onlycompare_wordpress_versionsShow what changed between two WordPress releases, or check which releases a symbol exists in.
Inferred read-onlylist_sandbox_scenariosList the pre-built WordPress environments a paste can run in.
Inferred read-onlyget_playground_blueprint_schemaThe 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.
Inferred read-onlycreate_playground_linkBuild a WordPress Playground URL that boots a real WordPress in the browser and runs a PHP snippet, or renders a whole site.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.