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
Known tools 16
xmp4_calleesFind direct callees (methods called by) a symbol in a project.
xmp4_callersFind direct callers of a symbol in a project.
xmp4_depsList external dependencies of a project.
xmp4_grepServer-side regex text search over indexed project source files.
xmp4_guideUsage guide for xmp4 tools — read this first to learn the correct workflow
xmp4_hierarchyGet type hierarchy (base, interfaces, derived) for a symbol in a project.
xmp4_infoGet detailed information about a symbol in a project.
xmp4_outlineGet outline (all symbols) for a file in a project.
xmp4_projectsSearch and browse projects by language and name.
xmp4_searchSearch symbols in a project.
xmp4_serverGet server information, version, and capabilities
xmp4_sourceExtract source code for a symbol in a project.
xmp4_symbol_atLSP-style position→symbol lookup.
xmp4_tests_forFind 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_usagesFind all usages/references of a symbol in a project.
xmp4_viewRead a raw file excerpt from an indexed project by line range.