API Tools
pandaidx.com
Provides tools to browse Panda IDX developer resources, OAuth scopes, OpenAPI operations, and search API documentation.
ENDPOINT 1
https://www.pandaidx.com/mcp
MCP server metadata
- Name
- panda-idx
- Version
- 1.0.0
Public Panda IDX documentation MCP. No authentication required. Read llms.txt and openapi.json first. Authenticated product tools (listings, contacts, calendar) live at https://api.pandaidx.com/mcp. Human docs: https://www.pandaidx.com/developers
Known tools 4
list_developer_resourcesList official Panda IDX developer URLs: OpenAPI, API docs, MCP, sandbox, scopes, and llms.txt.
Inferred read-onlylist_api_scopesList Panda IDX OAuth scopes and personal API key roles so agents request least privilege.
Inferred read-onlyget_openapi_operationReturn one Panda IDX OpenAPI operation by operationId (for example searchListings).
Inferred read-onlysearch_api_docsSearch published Panda IDX REST endpoints by title, path, or description.
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.panda-idx]
url = "https://www.pandaidx.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"panda-idx": {
"type": "http",
"url": "https://www.pandaidx.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: panda-idx
Remote MCP URL: https://www.pandaidx.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": {
"panda-idx": {
"url": "https://www.pandaidx.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"panda-idx": {
"type": "http",
"url": "https://www.pandaidx.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "panda-idx",
"transport": "streamable-http",
"url": "https://www.pandaidx.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.pandaidx.com/mcp
Known tools 0
No tool metadata was available in the registry cache.
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.pandaidx-com]
url = "https://api.pandaidx.com/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"pandaidx-com": {
"type": "http",
"url": "https://api.pandaidx.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: pandaidx-com
Remote MCP URL: https://api.pandaidx.com/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pandaidx-com": {
"url": "https://api.pandaidx.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"pandaidx-com": {
"type": "http",
"url": "https://api.pandaidx.com/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "pandaidx-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "pandaidx-com",
"transport": "streamable-http",
"url": "https://api.pandaidx.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
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.