{
  "name": "Satish Kumar MCP",
  "description": "Private MCP server for Satish Kumar - Creative Motion Graphic Designer & Published Author",
  "version": "3.0.0",
  "baseUrl": "https://satishkumar.net",
  "endpoint": "https://satishkumar.net/mcp-server.php",
  "auth": "API Key required via ?key= parameter",
  "tools": [
    {
      "name": "get_profile",
      "description": "Get Satish Kumar complete profile and bio"
    },
    {
      "name": "get_portfolio",
      "description": "Get portfolio categories and Behance link"
    },
    {
      "name": "get_services",
      "description": "Get design services and tools used"
    },
    {
      "name": "get_contact",
      "description": "Get contact information"
    },
    {
      "name": "get_blog_posts",
      "description": "Get list of blog posts"
    },
    {
      "name": "get_clients",
      "description": "Get current clients and Instagram accounts managed"
    },
    {
      "name": "list_files",
      "description": "List all files in a folder"
    },
    {
      "name": "read_file",
      "description": "Read contents of any file"
    },
    {
      "name": "edit_file",
      "description": "Edit any existing file - replace text or overwrite"
    },
    {
      "name": "delete_file",
      "description": "Delete a file from public_html"
    },
    {
      "name": "create_blog_post",
      "description": "Create a new HTML blog post in blog/ folder with full SEO"
    },
    {
      "name": "add_blog_card",
      "description": "Add new blog card to blog/index.html after last card"
    },
    {
      "name": "add_sitemap_url",
      "description": "Add a new URL to sitemap.xml"
    },
    {
      "name": "update_sitemap",
      "description": "Update lastmod date of existing URL in sitemap.xml"
    }
  ]
}