Back to search
100
MCP live v1.2.1 streamable-http

xmp4 — Semantic Code Intelligence

ai.example4/xmp4

SCIP-backed semantic code intelligence over 800+ pre-indexed OSS libraries. Hosted, free.

Uptime
52.0%
25 probes
Response
114ms
last probe
Tools
16
callable

Tools · 16

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_…

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 …

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/JavaScr…

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 pe…

Similar MCP servers embedding-nearest

com.thenextgennexus/developer-tools-mcp-server live
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
7 tools · streamable-http
searchcode live
Code intelligence for LLMs. Analyze, search, and retrieve code from any public git repository.
6 tools · streamable-http
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
x402 Agent-Payment Infrastructure live
x402/MCP layer for paid AI/data calls, crypto quotes, progress streams, and receipts.
56 tools · streamable-http
DepScope live
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
22 tools · streamable-http
redm-mcp live
RedM / RDR3 docs MCP server: native lookups, semantic search, VORP, RSGCore, oxmysql.
9 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "xmp4_—_semantic_code_intelligence": {
      "url": "https://mcp.example4.ai/mcp",
      "transport": "streamable-http"
    }
  }
}