Content Tools
laigary.com
Fetches and searches blog posts, portfolio works, and site metadata from a personal site.
ENDPOINT 1
https://laigary.com/mcp
MCP server metadata
- Name
- laigary-blog
- Version
- 1.0.0
Known tools 9
search_postsSearch published blog posts by title, optionally filtered by tag slug.
Inferred read-onlysearch_worksSearch published portfolio works by title, optionally filtered by tech-stack tag slug.
Inferred read-onlyget_workFetch one published portfolio work (markdown case study included) by slug.
Inferred read-onlylist_tagsAll tags in use on published posts, interview notes and works, with combined usage counts.
Inferred read-onlysearch_interview_notesSearch published interview notes by title across all sections.
Inferred read-onlyget_interview_noteFetch one published interview note (markdown included) by section and slug.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for laigary.com was fetched 2026-08-27T23:45:15.824Z.
laigary.com 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.