mcpbeat

xmp4 — Semantic code knowledge for your stack MCP Server

ai.example4/xmp4
answering

xmp4 — Semantic code knowledge for your stack is answering right now. Last checked 12 min ago. It exposes 16 tools. Last commit 22 Jul 2026.

OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
16
Tools
read from the server
148 ms
Response time
average over 24h
0
Stars
last commit 22 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 12 min ago.

run in your terminal
claude mcp add xmp4 --transport http https://mcp.example4.ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.xmp4]
url = "https://mcp.example4.ai/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "xmp4": {
      "url": "https://mcp.example4.ai/mcp"
    }
  }
}

Available tools 16

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

xmp4
xmp4_callees
Find direct callees (methods called by) a symbol in a project. Navigate step-by-step by calling xmp4_callees again on interesting results.
xmp4_callers
Find direct callers of a symbol in a project. Navigate step-by-step by calling xmp4_callers again on interesting results.
xmp4_deps
List external dependencies of a project.
xmp4_grep
Server-side regex text search over indexed project source files. Free tier: requires file_path (single file). Premium tier (XMP4_PREMIUM_GREP_WALK=true): allows file_glob multi-file walk. Prefer xmp4_tests_for/xmp4_usages for SCIP symbols — grep is for text not indexed (comments, literals, config keys).
xmp4_guide
Usage guide for xmp4 tools — read this first to learn the correct workflow
xmp4_hierarchy
Get type hierarchy (base, interfaces, derived) for a symbol in a project.
xmp4_info
Get detailed information about a symbol in a project.
xmp4_outline
Get outline (all symbols) for a file in a project.
xmp4_projects
Search and browse projects by language and name. Use this first to discover projects, then use other tools with the repo name.
xmp4_search
Search symbols in a project. Use xmp4_projects first to find the project identifier.
xmp4_server
Get server information, version, and capabilities
xmp4_source
Extract source code for a symbol in a project.
xmp4_symbol_at
LSP-style position→symbol lookup. Given (file_path, line, column) returns the symbol whose occurrence covers that cursor position. line is 1-based; column is 0-based. Use after xmp4_outline/xmp4_view when you know coordinates and want the canonical symbol.
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).<ext>; Python: test_*.py / *_test.py; TypeScript/JavaScript: *.spec/test.{ts,js}; Rust: *_tests.rs / tests/; etc.).
xmp4_usages
Find all usages/references of a symbol in a project.
xmp4_view
Read a raw file excerpt from an indexed project by line range. Use after xmp4_search/xmp4_outline locates the region of interest, or to expand a truncated xmp4_source snippet. Hard cap of 500 lines per call.

Endpoints

URLTransportStateLatencyChecked
https://mcp.example4.ai/mcp streamable-http answering 129 ms 12 min ago

xmp4 — Semantic code knowledge for your stack — questions

Answers built from our own checks of this server.

What can xmp4 — Semantic code knowledge for your stack do?
It exposes 16 tools, read directly from the server on our last check. Among them: xmp4_callees, xmp4_callers, xmp4_deps, xmp4_grep, xmp4_guide, xmp4_hierarchy and 10 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is xmp4 — Semantic code knowledge for your stack working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 148 ms. The bar chart above shows every period we have measured.
How do I connect xmp4 — Semantic code knowledge for your stack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does xmp4 — Semantic code knowledge for your stack need an API key?
No. xmp4 — Semantic code knowledge for your stack completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 16 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is xmp4 — Semantic code knowledge for your stack?
It answers our handshake in 148 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is xmp4 — Semantic code knowledge for your stack open source?
Yes — it is published under the Apache-2.0 licence, written in HTML, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.