Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Revelica
Revelica logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 3:46:22 AM

Revelica

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Product intelligence for AI agents β€” query a Revelica workspace's ideas, specs, and research.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "revelica": {
      "url": "https://api.revelica.com/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (6) Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Capabilities & Tool Schemas (6) ~141 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Revelica.

query

Search or filter the workspace by criteria. Returns ranked matches, plus the schema template when `artifact_type` is set.

read

Read a single artifact or entity in full by id, or navigate to a subtree with a dotted field `path`.

create

Create new artifacts or entities. Content validated against registered schemas.

update

Apply partial field-level updates via dot-path notation.

load_skill

Load a server skill's instructions and supported context or references. This does not itself execute a playbook.

list_skills

List the skills this workspace exposes to MCP clients.

Documentation Overview

Revelica

Revelica Skills

Revelica's plugin package connects an agent to shared product context: customer research, competitive analysis, goals, bets and product specs. It bundles use-revelica as a general starting point and product-for-coding-agents as an implementation specialization. Product workflows are discovered and loaded from the connected Revelica MCP server with list_skills and load_skill.

The repository includes client-specific manifests and an Agent Skills directory. Installation, skill discovery and OAuth support depend on the client; these files do not establish support for the emerging skills-over-MCP extension in every host.

Repository Structure

Code
revelica/skills
β”œβ”€β”€ .claude-plugin/
β”‚   β”œβ”€β”€ marketplace.json         # Claude Code marketplace catalog
β”‚   β”œβ”€β”€ plugin.json              # Claude Code plugin manifest
β”‚   └── mcp.json                 # MCP config for Claude Code plugin
β”œβ”€β”€ .cursor-plugin/
β”‚   └── plugin.json              # Cursor plugin manifest
β”œβ”€β”€ skills/                      # Skill definitions (Agent Skills open standard)
β”‚   β”œβ”€β”€ use-revelica/            # General starting point; loads server orientation
β”‚   └── product-for-coding-agents/  # Coding-specific orientation
β”œβ”€β”€ assets/                      # Brand icons (README, directory submissions)
β”œβ”€β”€ server.json                  # MCP registry manifest (registry.modelcontextprotocol.io)
β”œβ”€β”€ .mcp.json                    # MCP config for Cursor/Gemini
β”œβ”€β”€ gemini-extension.json        # Gemini CLI extension manifest
└── LICENSE                      # Apache-2.0

Installation by Platform

Claude Code

Code
/plugin marketplace add revelica/skills
/plugin install revelica@revelica

The plugin manifest points to the bundled orientation and MCP configuration. Authorize the server connection in your client before using workspace tools.

Cowork

Add https://api.revelica.com/mcp as a custom connector in your organization's settings. A connector connection is separate from installing this bundled orientation. Discover server workflows through list_skills and load_skill when the client exposes those tools.

Cursor

The .cursor-plugin/plugin.json manifest declares the skills/ directory and .mcp.json server configuration. Use the installation and authorization flow supported by your Cursor version.

Gemini CLI

Code
gemini extensions install revelica/skills

The gemini-extension.json manifest declares the skills directory and MCP server configuration. Check that the installed client exposes both after authorization.

Available MCP Tools

These tools are provided by the Revelica MCP server and callable from any skill:

ToolDescription
querySearch or filter the workspace by criteria. Returns ranked matches, plus the schema template when artifact_type is set.
readRead a single artifact or entity in full by id, or navigate to a subtree with a dotted field path.
createCreate new artifacts or entities. Content validated against registered schemas.
updateApply partial field-level updates via dot-path notation.
load_skillLoad a server skill's instructions and supported context or references. This does not itself execute a playbook.
list_skillsList the skills this workspace exposes to MCP clients.

All tools require OAuth authentication and enforce Supabase RLS β€” users only see their own workspace's data.

Bundled orientation and server workflows

LocationSkillPurpose
This packageuse-revelicaLoad the server orientation, reuse available context and discover the task that matches the user's request.
This packageproduct-for-coding-agentsOrient on the Idea/spec, customer problem and bet; save implementation references and feasibility evidence.
Connected MCP serverwrite-product-specAuthor or revise the canonical product spec using the current server instructions and schema. Discover availability with list_skills, then load it with load_skill.

The bundled use-revelica is a thin bootstrap: it calls the connected server's load_skill for the server skill with the same name. Product workflow instructions stay on the server. The coding orientation adds implementation-specific guidance and is optional for general product work. Current task entries include frame-bet, write-product-spec and test-idea; use the live catalog to check availability.

An Idea is the product spec. Its story map, structured document and Markdown are representations of the same spec. The package does not bundle a second spec-authoring implementation.

The live list_skills response is authoritative for the connected server and user. Loading instructions lets the current agent follow a workflow using the available tools; it does not start a server-side playbook/DAG. These tool-based workflows do not require a host to implement the skills-over-MCP extension.

Updating skills

Keep client orientation and package configuration here. Maintain product workflow instructions on the Revelica server so the app and connected agents can discover the same canonical workflow. Add a bundled skill only when it serves a client-side purpose that cannot be covered by the orientation and server discovery.

Package updates and server deployments are separate. A newly documented server workflow must be deployed before a connected client can load it. Deploy the backend canonical skills (use-revelica, frame-bet, write-product-spec and test-idea) before releasing this package update. Do not assume installing this package deploys them.

Connecting the MCP Server Directly

If you'd rather connect the server without the plugin, add it as a remote MCP server / custom connector:

Server URLhttps://api.revelica.com/mcp
TransportStreamable HTTP
AuthenticationOAuth 2.0 with dynamic client registration β€” no API key to manage
PrerequisiteA Revelica workspace (sign up)

Server metadata is published at /.well-known/mcp/server-card.json.

Privacy Policy

Revelica's privacy policy β€” covering what data is collected, how it is used and stored, third-party sharing, retention, and how to contact us β€” is published at revelica.com/privacy. Terms of service are at revelica.com/terms.

The MCP server reads and writes only the product data in your own Revelica workspace. Every request is authenticated with OAuth and enforced by Supabase row-level security, so a connected agent can never see another workspace's data. The server does not query your chat history, conversation summaries, or files.

Support

  • Issues with the plugin or skills: open a GitHub issue
  • Account, workspace, or MCP server issues: ask@revelica.com

License

Apache-2.0 Β© Revelica

About Revelica

Revelica is an AI-native product discovery platform. It helps product teams gather customer insights, perform competitive analysis, and experimentally validate ideas that feed into their AI development workflow.

πŸ”— Homepage with free Pro trial: https://revelica.com

πŸ”— Template library with playbooks, skills, and insight templates: https://revelica.com/templates

πŸ”— Free AI tools with no signup required: https://revelica.com/tools

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Hub MCP logoHub MCP
    Verified

    Official MCP server to interact with Docker Hub, providing access to repositories, hub search and Docker Hardened Images

    πŸ’» Developer Tools12 views
    Compare vs Hub MCP β†’
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    πŸ’» Developer Tools3 views
    Compare vs Openapi MCP Server β†’
  • Andrea9293 MCP logoAndrea9293 MCP

    Local-first document management and semantic search for AI coding agents

    πŸ’» Developer Tools2 views
    Compare vs Andrea9293 MCP β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools8 views
    Compare vs Claude Task Master β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
14d ago
Most recent push to the default branch.
Tools exposed
6
Callable tools this server registers over MCP.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Revelica

Revelica is a hosted MCP server. Add it as a remote server in your client's config: "mcpServers": { "revelica": { "url": "https://api.revelica.com/mcp" } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRevelica AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/revelica?style=directory)](https://allmcps.com/mcp/revelica)
HTML Embed
<a href="https://allmcps.com/mcp/revelica"><img src="https://allmcps.com/api/badge/revelica?style=directory" alt="Revelica on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
Last updatedSep 10, 2026
11/14 checks healthy over the last 46d
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit14d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 10, 2026
52Quality signal: Good Β· 52/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity4/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Revelica β†’Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients