← abubakarsiddik.site

INDIVIDUAL MCP TOOL

read_blog_post

Returns the full markdown content of a blog post by slug.

abubakarsiddik.sitenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

abubakarsiddik.site

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.abubakarsiddik-site]
url = "https://abubakarsiddik.site/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "abubakarsiddik-site": {
      "type": "http",
      "url": "https://abubakarsiddik.site/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: abubakarsiddik-site
Remote MCP URL: https://abubakarsiddik.site/api/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": {
    "abubakarsiddik-site": {
      "url": "https://abubakarsiddik.site/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "abubakarsiddik-site": {
      "type": "http",
      "url": "https://abubakarsiddik.site/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "abubakarsiddik-site",
  "transport": "streamable-http",
  "url": "https://abubakarsiddik.site/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_profile — Returns Abu Bakar Siddik's bio, headline, current role, location, availability, and social links.
  • get_skills — Returns Abu Bakar Siddik's technical skills, grouped by category (AI & Intelligence, Backend Engineering, Cloud & MLOps, Core Competencies).
  • list_projects — Lists Abu Bakar Siddik's selected projects with title, type, timeline, stack, and a one-line description.
  • get_project — Returns full detail for a single project (challenge, solution, impact, features, stack).
  • list_blog_posts — Lists all blog posts with title, date, tags, and a one-line description.
  • search_blog_posts — Full-text search across blog posts.
  • get_contact — Returns ways to reach Abu Bakar Siddik: email, social links, and contact form URL.