← abubakarsiddik.site

INDIVIDUAL MCP TOOL

get_hire_info

Returns full hire and engagement information for Abu Bakar Siddik: services, pricing packages, process, proof, FAQ, links, and logistics.

abubakarsiddik.sitenone authenticationAvailability not checked

LIVE ENDPOINT

https://abubakarsiddik.site/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_hire_info and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "abubakar-portfolio",
  "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, and a one-line description.
  • get_project — Returns full detail for a single project (summary, stack, timeline, links).
  • list_blog_posts — Lists all blog posts with title, date, tags, and a one-line description.
  • read_blog_post — Returns the full markdown content of a blog post by slug.
  • search_blog_posts — Full-text search across blog posts.
  • get_contact — Returns ways to reach Abu Bakar Siddik: email, social links, contact form URL, and hire/engagement info.