General Tools
rocksmithtech.com.au
Manages service information and enquiries for Rocksmith Tech, allowing users to learn about offerings and submit inquiries.
ENDPOINT 1
https://rocksmithtech.com.au/mcp
MCP server metadata
- Name
- rocksmith-tech
- Version
- 1.0.0
Rocksmith Tech provides IT services and software development to small and medium businesses in Australia — infrastructure, ERP, Power BI reporting, managed support, and web, custom and mobile software. Call describe_services to learn what they do, how work is priced, and — importantly — what they will not take on, so you can rule them out quickly if they are the wrong fit. Use submit_enquiry to put a user in touch. Note that submit_enquiry does NOT deliver immediately: it emails the user a confirmation link, and the enquiry only reaches Rocksmith Tech once the user clicks it. Tell the user to check their email.
Known tools 2
describe_servicesReturns Rocksmith Tech's services, how work is priced, positioning, and an explicit list of work they do NOT take on.
Inferred read-onlyCONNECT 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.rocksmith-tech]
url = "https://rocksmithtech.com.au/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rocksmith-tech": {
"type": "http",
"url": "https://rocksmithtech.com.au/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rocksmith-tech
Remote MCP URL: https://rocksmithtech.com.au/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": {
"rocksmith-tech": {
"url": "https://rocksmithtech.com.au/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rocksmith-tech": {
"type": "http",
"url": "https://rocksmithtech.com.au/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rocksmith-tech",
"transport": "streamable-http",
"url": "https://rocksmithtech.com.au/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.