← Registry

Developer Tools

example4.ai

Provides tools for analyzing project source code, including callers, callees, dependencies, and regex search.

1 endpoint16 known toolsFirst detected May 28, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.example4.ai/mcp

No auth detected

MCP server metadata

Name
xmp4
Version
1.2.7
Capabilities
tools
Server instructions

xmp4 — Code intelligence via SCIP. Step 1: xmp4_projects(language, query) to find projects. Step 2: use the project identifier (e.g. 'requests/requests') with xmp4_search, xmp4_info, xmp4_usages, xmp4_callers, xmp4_source etc.

Known tools 16

xmp4_callees

Find direct callees (methods called by) a symbol in a project.

Inferred read-only
xmp4_callers

Find direct callers of a symbol in a project.

Inferred read-only
xmp4_deps

List external dependencies of a project.

Inferred read-only
xmp4_grep

Server-side regex text search over indexed project source files.

Inferred read-only
xmp4_guide

Usage guide for xmp4 tools — read this first to learn the correct workflow

Inferred read-only
xmp4_hierarchy

Get type hierarchy (base, interfaces, derived) for a symbol in a project.

Inferred read-only
xmp4_info

Get detailed information about a symbol in a project.

Inferred read-only
xmp4_outline

Get outline (all symbols) for a file in a project.

Inferred read-only
xmp4_projects

Search and browse projects by language and name.

Inferred read-only
xmp4_search

Search symbols in a project.

Inferred read-only
xmp4_server

Get server information, version, and capabilities

Inferred read-only
xmp4_source

Extract source code for a symbol in a project.

Inferred read-only
xmp4_symbol_at

LSP-style position→symbol lookup.

Inferred read-only
xmp4_tests_for

Find direct tests that exercise a given symbol (direct callers filtered to test-file candidates per language pattern: CSharp/Java/PHP: *Test(s).

Inferred read-only
xmp4_usages

Find all usages/references of a symbol in a project.

Inferred read-only
xmp4_view

Read a raw file excerpt from an indexed project by line range.

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.xmp4]
url = "https://mcp.example4.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "xmp4": {
      "type": "http",
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: xmp4
Remote MCP URL: https://mcp.example4.ai/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": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "xmp4": {
      "type": "http",
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "xmp4",
  "transport": "streamable-http",
  "url": "https://mcp.example4.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for example4.ai was fetched 2026-07-28T10:38:33.638Z and is being refreshed.

Trust status Neutral

example4.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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