List Popular SFW Character Cards
Returns public, non-draft, SFW Harpy character cards ranked by all-time popularity.
- Limit
- 50
- Default
- 12
Remote MCP server
Connect MCP-capable assistants to public Harpy character cards. The current server is read-only and returns SFW, public, non-draft character cards ranked by all-time popularity.
Available today
The public server exposes one read-only tool today. Keep launch copy focused on popular SFW character-card discovery until search and recommendation tools ship.
Returns public, non-draft, SFW Harpy character cards ranked by all-time popularity.
Use this shape for clients that accept a streamable HTTP MCP server in the standard mcpServers format.
{
"mcpServers": {
"harpy-character-catalog": {
"httpUrl": "https://harpy.chat/mcp",
"timeout": 20000
}
}
}Packages
Each client gets a support status and the exact packaging path we can stand behind today.
ChatGPT users, OpenAI API users, and future App Directory discovery.
Submit the public remote MCP endpoint as a data-only ChatGPT app.
Submission server URL
https://harpy.chat/mcpOpenAI organization verification and dashboard submission must be done from a Harpy-owned OpenAI account.
Client docsClaude Pro, Max, Team, Enterprise, Claude Desktop, and Claude API users with remote MCP connectors.
Add Harpy as a custom remote connector.
Connector definition
{
"name": "harpy-character-catalog",
"url": "https://harpy.chat/mcp"
}Anthropic directory submission or organization-level connector approval must be done from a Harpy-owned Claude account.
Client docsGemini CLI, Android Studio Gemini agent mode, Google Antigravity, and other Google MCP clients.
Add Harpy as a streamable HTTP MCP server.
Gemini settings.json
{
"mcpServers": {
"harpy-character-catalog": {
"httpUrl": "https://harpy.chat/mcp",
"timeout": 20000,
"includeTools": [
"list_popular_sfw_character_cards"
]
}
}
}Perplexity users and Perplexity API users.
No official inbound custom MCP submission path is documented for arbitrary third-party servers.
Bridge endpoint
https://harpy.chat/mcpA Perplexity partnership or support answer is needed before claiming native Perplexity distribution.
Client docsNous Hermes Agent users who run remote HTTP MCP servers.
Add Harpy to ~/.hermes/config.yaml under mcp_servers.
~/.hermes/config.yaml
mcp_servers:
harpy_character_catalog:
url: "https://harpy.chat/mcp"
timeout: 20
connect_timeout: 5
tools:
include: [list_popular_sfw_character_cards]
resources: false
prompts: falseA public Hermes catalog listing requires a PR to the Hermes optional MCP catalog and Nous review.
Client docsPi coding-agent users and OpenClaw/Pi-derived agent builders.
Use a Pi MCP adapter or mcporter-style bridge.
Bridge notes
Pi does not ship native MCP support in its minimal core.
Use a Pi MCP adapter or mcporter-style bridge, then point the adapter at the Harpy streamable HTTP endpoint.
Endpoint: https://harpy.chat/mcpA native Pi package requires choosing or building the adapter package Harpy wants to support.
Client docsOpenClaw gateway users and OpenClaw-managed agent runs.
Save Harpy in the OpenClaw MCP client-side registry.
OpenClaw CLI
openclaw mcp add harpy-character-catalog --url https://harpy.chat/mcp --transport streamable-http --timeout 20 --connect-timeout 5 --include 'list_popular_sfw_character_cards'
openclaw mcp doctor harpy-character-catalog --probeLaunch copy
These prompts are safe to use in demos because they match the current public tool surface.
Submissions
These items cannot be completed by code because they require Harpy-owned platform accounts or directory review.