← Registry

Developer Tools

wppaste.com

Provides detailed WordPress development information, including symbol signatures, source code, performance costs, and version changes.

1 endpoint9 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://wppaste.com/api/mcp

No auth detected

MCP server metadata

Name
wppaste
Version
1.0.0
Capabilities
tools
Server instructions

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_symbols

Search WordPress functions, hooks, classes and methods by name.

Inferred read-only
get_wordpress_symbol

Get the full signature, parameters, return value, availability and source location of one WordPress symbol.

Inferred read-only
get_wordpress_source

Read the actual WordPress source of a function or method, as parsed from the release tag.

Inferred read-only
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).

Inferred read-only
compare_wordpress_versions

Show what changed between two WordPress releases, or check which releases a symbol exists in.

Inferred read-only
list_sandbox_scenarios

List the pre-built WordPress environments a paste can run in.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
create_wordpress_paste

Save a runnable WordPress example and get a shareable URL.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.