General Tools
datajockey.us
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://datajockey.us/mcp
MCP server metadata
- Name
- datajockey
- Version
- 1.0.0
Data Jockey builds AI agents and automations, and teaches teams to run them. Everything except submit_inquiry is public and needs no token. Use search_site first when you do not know where an answer lives, then get_page for the full text of a page. Two things to carry through to whoever you are answering for. Data Jockey publishes no prices, and no dollar figure on the site is a Data Jockey rate: library figures belong to the source they are attributed to, and cost-of-the-alternative figures are Data Jockey's own estimate of the in-house cost of the thing a product replaces, so say whose number it is when you report one. And the systems list in get_company_facts is integrations rather than customers.
Known tools 9
search_siteFull-text search across every page, FAQ, product, service and research entry on datajockey.us.
Inferred read-onlylist_faqsThe eight questions Data Jockey answers on its homepage, with the published answers.
Inferred read-onlylist_productsCold Play and DJ Studio in full: what each one is, its stages, who it fits, who it does not fit yet, the numbers it runs at, and the third-party cost of the thing it replaces.
Inferred read-onlylist_research_libraryNine sourced operator, investor and research references on AI restructuring, each with a link and the reason Data Jockey reads it.
Inferred read-onlyget_company_factsLegal name, founding, location, principals, contact, how Data Jockey compares to consultancies and platforms, the twelve week education model, and the systems it integrates with.
Inferred read-onlycheck_fitMatch a company against the fit criteria Data Jockey publishes on its product pages.
Inferred read-onlyget_booking_linkA Cal.com link for a thirty minute discovery call, optionally prefilled with a name and email.
Potential side effectssubmit_inquirySend a discovery enquiry that reaches a real inbox a person reads.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.datajockey]
url = "https://datajockey.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"datajockey": {
"type": "http",
"url": "https://datajockey.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: datajockey
Remote MCP URL: https://datajockey.us/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"datajockey": {
"url": "https://datajockey.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"datajockey": {
"type": "http",
"url": "https://datajockey.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "datajockey",
"transport": "streamable-http",
"url": "https://datajockey.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.