← laigary.com
INDIVIDUAL MCP TOOL
get_work
Fetch one published portfolio work (markdown case study included) by slug.
LIVE ENDPOINT
https://laigary.com/mcp
Connect to this endpoint to inspect the live schema for get_work and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.laigary-blog]
url = "https://laigary.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"laigary-blog": {
"type": "http",
"url": "https://laigary.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: laigary-blog
Remote MCP URL: https://laigary.com/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": {
"laigary-blog": {
"url": "https://laigary.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"laigary-blog": {
"type": "http",
"url": "https://laigary.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "laigary-blog",
"transport": "streamable-http",
"url": "https://laigary.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_info— Site name, description, url and the author's social links.search_posts— Search published blog posts by title, optionally filtered by tag slug.get_post— Fetch one published post (markdown content included) by slug.search_works— Search published portfolio works by title, optionally filtered by tech-stack tag slug.list_tags— All tags in use on published posts, interview notes and works, with combined usage counts.list_interview_sections— Interview note sections with their published note counts.search_interview_notes— Search published interview notes by title across all sections.get_interview_note— Fetch one published interview note (markdown included) by section and slug.