# SuperHero MCP Server

An MCP server providing superhero data and intelligence. Query heroes by name, power, publisher, and more. Access detailed stats, biographies, and abilities for 700+ superheroes and villains.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add jarvis-stark1985/superhero-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list jarvis-stark1985/superhero-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get jarvis-stark1985/superhero-mcp-server build_resume

# Call a tool
npx -y @smithery/cli@latest tool call jarvis-stark1985/superhero-mcp-server build_resume '{}'
```

## Direct MCP Connection

Endpoint: `https://superhero-mcp-server--jarvis-stark1985.run.tools`

## Tools (24)

- `build_resume` — Build an ATS-optimized resume for a target role. Returns a downloadable PDF link and ATS score.
- `search_jobs` — Search for job listings matching keywords and optional location filters.
- `auto_apply` — Automatically apply to multiple jobs using a saved resume.
- `salary_research` — Research salary data for a specific role and location.
- `optimize_linkedin` — Analyze and optimize a LinkedIn profile for better visibility and recruiter reach.
- `seo_audit` — Run a comprehensive SEO audit on a website URL.
- `keyword_research` — Generate keyword ideas with volume, difficulty, and CPC data from a seed keyword.
- `optimize_content` — Optimize written content for a target keyword with SEO improvements.
- `shopify_store_audit` — Audit a Shopify store for SEO, conversion, performance, and trust issues.
- `optimize_product_listing` — Optimize a Shopify product listing for better SEO and conversions.
- `build_website` — Generate a complete business website from a business name and industry.
- `list_integrations` — List all available third-party integrations for StartBiz websites.
- `connect_service` — Connect a third-party service to a StartBiz website.
- `shorten_url` — Create a shortened URL with click tracking and QR code.
- `url_analytics` — Get click analytics for a shortened URL including referrers, geo, and device data.
- `create_agent` — Create and deploy an autonomous AI agent for a specific task type.
- `list_agents` — List all deployed AI agents with their status and performance stats.
- `agent_analytics` — Get detailed performance analytics for a specific AI agent.
- `claude_prompt_optimize` — Optimize a prompt for Claude models to reduce token usage and improve output quality.
- `claude_cost_estimate` — Estimate the cost of running a prompt across Claude models at a given call volume.
- `replit_deploy` — Deploy a project to Replit with automatic build, CDN, and health checks.
- `replit_optimize` — Analyze a deployed Replit project and suggest performance, cost, and security improvements.
- `superhero_status` — Get the current status and health of all SuperHero API services.
- `get_referral_link` — Generate a cross-platform referral link for any SuperHero service with commission tracking.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get jarvis-stark1985/superhero-mcp-server <tool-name>
```
