2 months ago
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. Part of The AI SuperHeroes suite - offering Resume building, SEO audits, Shopify optimization, website building, URL shortening, AI agent creation, and more.
Overview
The AI SuperHeroes MCP Server
An MCP (Model Context Protocol) server that gives Claude and other AI agents access to 24 AI-powered tools across 9 professional services.
Quick Start
{
"mcpServers": {
"superhero": {
"command": "npx",
"args": ["-y", "@theaisuperheroes/mcp-server"],
"env": {
"SUPERHERO_API_KEY": "your_api_key_here"
}
}
}
}
Get your API key at https://super-hero-api.replit.app
Available Tools (24)
Resume SuperHero
| Tool | Description |
|---|---|
build_resume | Generate ATS-optimized resumes with scoring |
search_jobs | Search jobs across Indeed, LinkedIn, and more |
auto_apply | Auto-submit resumes to job postings |
salary_research | Get salary benchmarks for any role |
optimize_linkedin | Optimize LinkedIn profiles for recruiters |
SEO AI SuperHero
| Tool | Description |
|---|---|
seo_audit | Run comprehensive SEO audits on any URL |
keyword_research | Discover high-value keywords with volume data |
optimize_content | AI-powered content optimization for rankings |
Shopify SuperHero
| Tool | Description |
|---|---|
shopify_store_audit | Full store performance and conversion audit |
optimize_product_listing | Optimize product titles, descriptions, and tags |
StartBiz SuperHero
| Tool | Description |
|---|---|
build_website | Generate professional websites instantly |
list_integrations | Browse available business integrations |
connect_service | Connect third-party services to your site |
URL SuperHero
| Tool | Description |
|---|---|
shorten_url | Create short, trackable URLs |
url_analytics | Get click analytics for shortened URLs |
Agentic SuperHero
| Tool | Description |
|---|---|
create_agent | Create custom AI agents for automation |
list_agents | List all deployed AI agents |
agent_analytics | Get performance metrics for agents |
Claude SuperHero
| Tool | Description |
|---|---|
claude_prompt_optimize | Optimize prompts for better AI responses |
claude_cost_estimate | Estimate API costs for Claude usage |
Replit SuperHero
| Tool | Description |
|---|---|
replit_deploy | Deploy applications to Replit |
replit_optimize | Optimize Replit project performance |
Cross-Platform
| Tool | Description |
|---|---|
superhero_status | Check system status across all services |
get_referral_link | Generate referral links for the platform |
Installation
Option 1: npx (recommended)
npx @theaisuperheroes/mcp-server
Option 2: Clone and run
git clone https://github.com/jarvisstark1985/superhero-mcp-server.git
cd superhero-mcp-server
npm install
node index.js
Environment Variables
| Variable | Required | Description |
|---|---|---|
SUPERHERO_API_KEY | Yes | Your API key from super-hero-api.replit.app |
SUPERHERO_API_URL | No | Custom API base URL (defaults to production) |
API Pricing
Most tools cost between $0.02 - $0.50 per call. See the tool descriptions for individual pricing.
Links
- API Dashboard: https://super-hero-api.replit.app
- MCP SuperHero: https://mcpsuperhero.com
- Resume SuperHero: https://www.resumesuperhero.com
- SEO AI SuperHero: https://seoaisuperhero.com
- Shopify SuperHero: https://shopifysuperhero.com
- StartBiz SuperHero: https://www.startbizsuperhero.com
License
MIT
Server Config
{
"mcpServers": {
"superhero-mcp-server": {
"command": "npx",
"args": [
"-y",
"@theaisuperheroes/mcp-server"
]
}
}
}