A marketplace for MCP (Model Context Protocol) connectors
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"securaops-mcp-marketplace","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# SecuraOps MCP Marketplace A Python SDK for MCP (Model Context Protocol) connectors. ## Installation ```bash pip install securaops-mcp-marketplace ``` ## Minimum requirements 1. **python** => 3.8 2. An **API_KEY** generated on [SecuraOps MCP Marketplace](https://mcp.securaops.tech) platform available on your profile management. ## Documentation Full documentation available on https://mcp.securaops.tech/docs ## Available connectors 1. Slack Connector: SlackConnector 2. Discord Connector: DiscordConnector 3. Trello Boards connector: TrelloConnector 4. Notion connector: NotionConnector 5. Google Drive connector: GoogleDriveConnector 6. Github connector: GithubConnector 7. Jira connector: JiraConnector 8. Linear Issues connector: LinearConnector 9. PostgreSQL connector: PostgresSqlConnector 10. MongoDB Atlas connector: MongoDBAtlasConnector ## Example of Slack Connector Integration ### Tools available 1. slack_list_channels: List channels in the workspace 2. slack_post_message: Post a message to a Slack channel 3. slack_add_reaction: Add a reaction to a message 4. slack_test_connection: Test if the Slack connection is working ### Example code (Better to set a virtual environment) - Prerequisites ```bash pip install securaops-mcp-marketplace ``` ```python import asyncio import os from dotenv import load_dotenv from securaops_mcp_marketplace import SlackConnector async def main(): load_dotenv() # load .env if available api_key = os.environ.get("API_KEY", "your-securaops-mcp-api-key") bot_token = os.environ.get("BOT_TOKEN", "xoxb-your-slack-bot-token") server = SlackConnector( api_key=api_key, bot_token=bot_token, ) # Run a server await server.run() if __name__ == "__main__": asyncio.run(main()) ``` ### Test with Claude Desktop (Better to set a virtual environment) ```json { "mcpServers": { "securaops-slack-mcp": { "command": "C:\\<path to your venv>\\.venv\\Scripts\\python.exe", "args": [ …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.