Security Intelligence Registry

19,306 MCP servers crawled across 12 categories. 164 deterministic detection rules. Evidence chains, not vibes.

LIVE19,304 scannedRULES164 activeFRAMEWORKS8 mapped
19,306MCP servers discovered and analyzed
19,304Scanned
150+Rules
12Categories
177Detection RulesDeterministic · No LLMs · No false positives
mcp-sentinel-scanner
Learn how to use →
Filter:19,306 servers
ServerOwnerCategoryLanguage
SpaceMolt

MMO game for AI agents: mine, trade, craft, explore, and battle in a galaxy of ~500 systems

statico-altapi-integration
spacenews

Spacenews MCP — wraps the Spaceflight News API v4 (free, no auth)

pipeworx-ioapi-integration
spaces-mcp-server

MCP server for the Spaces AI Marketplace — lets AI agents browse, join, and play in spaces via the Model Context Protocol.

nina_eltomai-mlTypeScript
spacex

SpaceX MCP — wraps SpaceX API v4 (free, no auth)

pipeworx-ioapi-integration
SpaceX Launch Tracker

Track SpaceX’s latest and upcoming launches. Fetch company information to add context. Keep dashboards, reports, and briefings current with up-to-date launch data.

dev-tools
spain-legal

Spain immigration, residency, NIE/TIE, and tax MCP for agents from Legal Fournier, https://legalfournier.com/. Helps screen visa and residence routes, explain NIE and TIE processes, check Beckham Law and tax residency logic, return source-backed answers, and route complex cases to Legal Fournier for human legal support

ai-ml
Spain Legal by Legal Fournier

Spain legal MCP for visas, Beckham, NIE/TIE, residency, nationality, and EU family routes.

legalfournierai-ml
SpamTitan

MCP server for SpamTitan email security — quarantine, allow/block lists, and policy management.

wyre-technologyapi-integration
spanner-readonly-mcp

Read-only MCP server for Google Cloud Spanner

GitHub ActionsdatabaseTypeScript
Spanning Cloud Backup

MCP server for Spanning Cloud Backup — M365/GWS/Salesforce backups, restores, audit.

wyre-technologyapi-integration
Spark - AI Assets Marketplace

Discover and download a variety of assets including prompts, skills, and connectors from the Spark marketplace. Access detailed documentation, ratings, and raw content to quickly integrate pre-built components into your projects. Filter by domain and popularity to find the most relevant solutions for your specific development or marketing needs.

ai-ml
SparkForge — 20+ Utility APIs with x402 Micropayments

20+ pay-per-use APIs: image gen, crypto data, email verify, SSL check, web scraping, and more.

sparkforgeapi-integration
SparkMango

Converts Solidity smart contracts into RESTful API implementations, enabling applications to interact with blockchain contracts without requiring deep blockchain knowledge.

api-integrationPython
Spark SQL

Query Spark SQL clusters via Thrift/HiveServer2. Works with Spark, EMR, Hive, Impala.

aidancorrelldatabasePython
sparql-llm

🦜✨ Chat system, MCP server, and reusable components to improve LLMs capabilities when generating SPARQL queries

sib-swissai-mlJupyter Notebook
spartanode-mcp

MCP server for SpartaNode — manage Gantt tasks from VS Code / Claude CLI

spartaquantdev-toolsTypeScript
spawnpay-mcp

Crypto wallets, payments, and referral earnings for AI agents on Base L2. Give any MCP-compatible agent a wallet with USDC and ETH support, send/receive payments, and earn through a 3-level referral system.

ai-ml
@speakai/mcp-server

Official Speak AI MCP Server — capture meetings, search thousands of recordings, run async voice and video surveys, create clips, and automate workflows from your AI assistant.

speakaiai-mlTypeScript
@speakeasy-api/docs-mcp-server

MCP server runtime exposing hybrid search over documentation via HTTP and stdio transports

GitHub Actionsapi-integrationTypeScript
specbridge

Instantly turn OpenAPI Specs into MCP Tools

TBosakapi-integrationTypeScript
spec-coding-mcp
SpecForged

Create and evolve clear software specifications from requirements and design to implementation planning and execution. Use a guided wizard to progress through phases, generate actionable task plans, and track progress and dependencies. Integrate with your project files to keep requirements, designs, and tasks aligned.

filesystem
Spec Iterator

# Stop Building Features Based on Assumptions **Spec Iterator** conducts structured AI-powered clarification sessions that systematically uncover gaps in your requirements *before* you write code. --- ## The Problem Everyone Ignores ``` Stakeholder: "Build a dashboard for our sales team" ↓ You build it ↓ Stakeholder: "Where's the pipeline view?" ↓ You: "You didn't mention that" ↓ Stakeholder: "I assumed it was obvious" ↓ 💸 2 weeks of rework ``` **Requirements arrive incomplete.** Stakeholders don't know what they don't know. The "obvious" features only become obvious after you ship the wrong thing. --- ## How Spec Iterator Works ``` ┌─────────────────────────────────────────────────────────────┐ │ "We need order tracking for customers" │ └─────────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────────┐ │ 🔍 ANALYZE │ │ ───────────────────────────────────────────────────────── │ │ • Entities detected: orders, customers, tracking │ │ • Gaps found: users undefined, stages unclear, no UX │ │ • Completeness: 12% │ └─────────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────────┐ │ ❓ CLARIFY (Round 1) │ │ ───────────────────────────────────────────────────────── │ │ 1. Who are the primary users of this tracking system? │ │ 2. What order stages should be visible to customers? │ │ 3. Should users receive notifications? Which events? │ │ 4. What systems contain order data today? │ └─────────────────────────────────────────────────────────────┘ ↓ [You provide answers] ↓ ┌─────────────────────────────────────────────────────────────┐ │ ❓ CLARIFY (Round 2) — Completeness: 48% │ │ ───────────────────────────────────────────────────────── │ │ 1. Email or SMS for notifications? Or both? │ │ 2. Real-time tracking needed or periodic updates? │ │ 3. What about returns and exchanges? │ │ 4. Mobile app or web only? │ └─────────────────────────────────────────────────────────────┘ ↓ [You provide answers] ↓ ┌─────────────────────────────────────────────────────────────┐ │ ✅ READY — Completeness: 84% │ │ ───────────────────────────────────────────────────────── │ │ All critical gaps resolved. Ready to generate spec. │ └─────────────────────────────────────────────────────────────┘ ↓ ┌─────────────────────────────────────────────────────────────┐ │ 📄 GENERATE │ │ ───────────────────────────────────────────────────────── │ │ • Problem statement with user personas │ │ • Step-by-step user flow │ │ • Features with acceptance criteria │ │ • Edge cases with handling strategies │ │ • Documented assumptions │ │ • Open questions for stakeholders │ └─────────────────────────────────────────────────────────────┘ ``` --- ## Completeness Scoring Track exactly what's missing across **5 categories**: | Category | Weight | What It Covers | |----------|--------|----------------| | **Functional** | 30% | Features, users, business rules | | **Technical** | 25% | Integrations, data, APIs | | **UX** | 20% | Flows, errors, accessibility | | **Edge Cases** | 15% | Errors, boundaries, recovery | | **Constraints** | 10% | Budget, compliance, scale | **Example output:** ``` Completeness: 73% ├── Functional: ████████░░ 85% ├── Technical: ██████░░░░ 60% ├── UX: ███████░░░ 75% ├── Edge Cases: █████░░░░░ 55% └── Constraints: ████████░░ 80% ⚠️ Technical gaps: Data refresh frequency, API rate limits ⚠️ Edge cases: Offline handling, partial order updates ``` --- ## Tools Included | Tool | Description | |------|-------------| | `spec_start_session` | Start clarification from a rough requirement | | `spec_answer_questions` | Provide answers, receive follow-up questions | | `spec_get_gaps` | See exactly what's missing and the impact | | `spec_generate` | Generate complete specification | | `spec_get_status` | Check session progress | | `spec_list_sessions` | List all active sessions | --- ## Sample Output ```markdown # Order Tracking System ## Problem Statement **Pain:** Customers have no visibility into order status after purchase **Who:** E-commerce customers, support team **Workarounds:** Calling support, checking email for shipping updates ## Features ### 1. Order Status Page (MVP) Customers can view real-time order status on a dedicated page. **Acceptance Criteria:** - [ ] Display order stages: Confirmed → Processing → Shipped → Delivered - [ ] Show estimated delivery date - [ ] Update within 5 minutes of status change - [ ] Accessible without login via order ID + email ### 2. Email Notifications (MVP) Automated emails at key order milestones. **Acceptance Criteria:** - [ ] Send on: order confirmed, shipped, out for delivery, delivered - [ ] Include tracking link when available - [ ] Unsubscribe option per notification type ## Edge Cases | Scenario | Handling | |----------|----------| | Order stuck in "Processing" > 48h | Trigger support alert | | Tracking number not yet available | Show "Tracking available soon" | | Multiple shipments per order | Show each shipment separately | ``` --- ## Who It's For **Product Managers** → Stop missing requirements that cause rework **Tech Leads** → Don't estimate incomplete requirements **Solo Developers** → Think through requirements systematically **Startup Founders** → Document ideas with implementation detail **Consultants** → Standardize discovery across clients --- ## Configuration Requires your Anthropic API key: | Parameter | Description | |-----------|-------------| | `ANTHROPIC_API_KEY` | Your Anthropic API key | **You pay Claude directly** — typical spec costs $0.05-0.15 in API usage (3-5 rounds of clarification). --- ## Quick Start 1. **Connect** Spec Iterator in Claude Desktop 2. **Run:** `spec_start_session` with your rough requirement 3. **Answer** the clarifying questions 4. **Generate** when completeness hits 80%+ --- ## Resources - **GitHub:** [Repository](https://github.com/JesseHenson/claude_code_apex_marketplace/tree/master/plugins/spec-iterator-mcp) - **Demo:** Coming soon - **Support:** Open an issue on GitHub --- ## Version **v0.1.0** — Initial release - Multi-turn clarification flow - Completeness scoring (5 categories) - Markdown and JSON output - Session persistence Site: https://aibusinessautomation.solutions/

api-integration
Spec Kit

Integrates with GitHub's Spec Kit templates and specify-cli tool to guide specification lifecycle including constitution establishment, requirement specification, technical planning, task breakdown, and implementation guidelines for systematic specification-driven development practices.

filesystem
SpecLeft

Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.

SpecLeftapi-integrationPython