← All plugins
agent-plugin-marketplace
v0.1.0Registry for Agent Plugins: browse indexed skills and MCP servers on the web, or search the registry from an agent via its MCP endpoint.
Agent Plugins1 MCP serverstreamable-http
MIT0updated 4 hours ago
Source
git clone https://github.com/IchenDEV/agent-plugin-mktClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
agent-plugin-marketplace/
├── plugin.json└── mcp.json
MCP servers1
agent-plugin-marketplacestreamable-http
- url
- http://localhost:3000/api/mcp
Manifests1
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-plugin-marketplace",
"version": "0.1.0",
"description": "Registry for Agent Plugins: browse indexed skills and MCP servers on the web, or search the registry from an agent via its MCP endpoint.",
"license": "MIT",
"keywords": [
"registry",
"marketplace",
"skills",
"mcp"
],
"homepage": "https://agent-plugins.org"
}