Developer Tools
example4.ai
Provides tools for analyzing project source code, including callers, callees, dependencies, and regex search.
ENDPOINT 1
https://mcp.example4.ai/mcp
MCP server metadata
- Name
- xmp4
- Version
- 1.2.7
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_guideUsage guide for xmp4 tools — read this first to learn the correct workflow
Inferred read-onlyxmp4_hierarchyGet type hierarchy (base, interfaces, derived) for a symbol in a project.
Inferred read-onlyxmp4_tests_forFind direct tests that exercise a given symbol (direct callers filtered to test-file candidates per language pattern: CSharp/Java/PHP: *Test(s).
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.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.
example4.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.