Thought process Thought process Here's ready-to-paste Overview content for the mcp.so listing. It's written in markdown (which mcp.so renders) and pulls directly from your product page — server URL, auth model, and the actual tool sets.
markdown
InfoTrack (US) — Court E-Filing & Service of Process for AI Agents
Connect your AI agent directly to U.S. court filing and service of process. No manual data entry, no portal-hopping, no chasing status updates. Your agent reads the documents, fills the forms, calculates fees, and submits — you review and confirm.
Built for litigation teams and the platforms that serve them.
What it does
- File court documents — Submit one document or many. InfoTrack applies court-ready formatting, pulls key case details from your PDFs, and submits on your behalf in minutes.
- Serve process — Order service of process straight from your documents. Coordinate delivery, track status without chasing vendors, and receive proof of service when complete.
- Manage orders — Check status, fees, and documents; cancel filings; schedule hearings; and surface orders that need your attention.
Getting started
- Connect once via OAuth 2.0 — setup takes minutes.
- Generate credentials (ClientId / ClientSecret) from the InfoTrack Partners Portal at partners.infotrack.com.
- Add the server to your MCP client and start filing.
Server URL: https://search.infotrack.com/services/mcp-us-server/mcp
Auth: OAuth 2.0 — token endpoint https://auth.infotrack.com/oauth/token, scope api
Docs: https://search.infotrack.com/services/mcp-us-server/docs
Example client config
{
"mcpServers": {
"infotrack": {
"type": "http",
"url": "https://search.infotrack.com/services/mcp-us-server/mcp",
"authorization": {
"type": "oauth2",
"clientId": "",
"clientSecret": "",
"tokenUrl": "https://auth.infotrack.com/oauth/token",
"scope": "api"
}
}
}
}
Works with Cursor, VS Code, Claude Desktop, and any MCP-compatible client.
Tools
Court Filing: start_filing, continue_filing, get_filing_details, cancel_filing, schedule_hearing, add_documents_to_filing
Service of Process: initiate_serve_intake, initiate_serve, initiate_serve_with_details, add_documents_to_serve, adjust_recipient_documents, add_recipient, update_recipient_address, get_address_suggestions, prepare_skip_trace, remove_recipient, select_serve_options, remove_skip_trace, add_attorney, select_firm_contacts, present_orders_for_confirmation, confirm_orders, get_serve_order_details, send_job_message, cancel_serve_order, get_orders_needing_attention
*InfoTrack provides court filing and service of process integration for modern law firms. Learn more at
Server Config
{
"mcpServers": {
"infotrack-us": {
"type": "streamable-http",
"url": "https://search.infotrack.com/services/mcp-us-server/mcp"
}
}
}