255,062 tools. Last updated 2026-07-01 14:44
"XMPP" matching MCP tools:
- Usage guide for xmp4 tools — read this first to learn the correct workflowConnector
- 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).Connector
- Search and browse projects by language and name. Use this first to discover projects, then use other tools with the repo name.Connector
- 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.Connector
- 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.).Connector
- 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.Connector
Matching MCP Servers
- AlicenseAquality-maintenanceEnables AI agents to interact with the XMTP decentralized messaging network. Supports sending encrypted messages, managing conversations, and streaming real-time messages to any XMTP-enabled wallet address.Last updated623
- AlicenseCqualityDmaintenanceA comprehensive MCP server for X/Twitter featuring over 70 tools for research, engagement, and publishing with granular permission-based access control. It includes specialized Playwright-powered tools for fetching X articles and supports extensive account management and thread operations.Last updated6318MIT
Matching MCP Connectors
OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.
50 AI tools for D365 F&O: X++ search, ADO integration, code gen, security tracing & upgrade impact.
- Find direct callers of a symbol in a project. Navigate step-by-step by calling xmp4_callers again on interesting results.Connector
- Search symbols in a project. Use xmp4_projects first to find the project identifier.Connector
- Find direct callees (methods called by) a symbol in a project. Navigate step-by-step by calling xmp4_callees again on interesting results.Connector
- Get server information, version, and capabilitiesConnector
- Get outline (all symbols) for a file in a project.Connector
- Find all usages/references of a symbol in a project.Connector
- Get type hierarchy (base, interfaces, derived) for a symbol in a project.Connector
- Extract source code for a symbol in a project.Connector
- List external dependencies of a project.Connector
- Get detailed information about a symbol in a project.Connector