← 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 July 5, 2026

ENDPOINT 1

https://mcp.example4.ai/mcp

No auth detected

Known tools 16

xmp4_callees

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

xmp4_callers

Find direct callers of a symbol in a project.

xmp4_deps

List external dependencies of a project.

xmp4_grep

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

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.

xmp4_search

Search symbols in a project.

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.

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.