General Tools
mattvidal.works
Provides access to a freelancer's profile, availability, booking link, services, and portfolio.
ENDPOINT 1
https://mattvidal.works/mcp
MCP server metadata
- Name
- mattvidal-works-portfolio
- Version
- 1.0.0
Read-only access to Matt Vidal's portfolio: profile, availability, services, featured works and client testimonials. Check get_availability before telling anyone he is free for work, and use get_booking_link for contact — there is no contact form.
Known tools 6
get_profileMatt Vidal's name, role, headline, about text, social links and how to contact him.
Inferred read-onlyget_availabilityWhether Matt is currently accepting freelance work, the exact wording shown on the site, and the next window.
Inferred read-onlylist_servicesThe service offerings (web development, web design, SEO) and the capabilities under each.
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.mattvidal-works-portfolio]
url = "https://mattvidal.works/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mattvidal-works-portfolio": {
"type": "http",
"url": "https://mattvidal.works/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mattvidal-works-portfolio
Remote MCP URL: https://mattvidal.works/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": {
"mattvidal-works-portfolio": {
"url": "https://mattvidal.works/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mattvidal-works-portfolio": {
"type": "http",
"url": "https://mattvidal.works/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mattvidal-works-portfolio",
"transport": "streamable-http",
"url": "https://mattvidal.works/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mattvidal.works was fetched 2026-08-24T04:23:56.152Z.
mattvidal.works is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.