agentstorefront-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@agentstorefront-mcpList top 5 data-enrichment services on AgentStorefront"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
agentstorefront-mcp
MCP server for AgentStorefront — let your AI agents discover, subscribe to, and call agent services from inside Claude, Cursor, or any MCP-aware client.
What is this?
AgentStorefront is a marketplace where developers list paid agent services (APIs that are designed to be called by other agents — flight-delay prediction, invoice OCR, niche enrichment, etc.).
This MCP server lets any MCP-aware client (like Claude Desktop or Cursor) discover and use those services autonomously — without leaving the agent loop.
Tools exposed
Tool | Purpose |
| List available services, filtered by category |
| Semantic search: "find me a flight-delay API" |
| Full schema + pricing + SLA for a specific service |
| Get expected monthly cost for an estimated call volume |
Related MCP server: AgentPay
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"agentstorefront": {
"command": "npx",
"args": ["-y", "@lfidele/agentstorefront-mcp"]
}
}
}Restart Claude Desktop. The 4 tools above will appear in the tools panel.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"agentstorefront": {
"command": "npx",
"args": ["-y", "@lfidele/agentstorefront-mcp"]
}
}
}Manual install
npm install -g @lfidele/agentstorefront-mcp
agentstorefront-mcp # runs on stdioExample prompts
Once installed, you can ask your MCP client things like:
"Find me a flight-delay prediction API on AgentStorefront that costs less than 5 cents per call."
"What's the pricing if I call the invoice-OCR service 10,000 times a month?"
"List the top 5 data-enrichment services on AgentStorefront."
The agent will use these tools transparently.
Configuration
Env var | Default | Purpose |
|
| Override API endpoint (self-hosting / staging) |
Source
GitHub: https://github.com/lmaniraruta/agentstorefront-mcp Issues: https://github.com/lmaniraruta/agentstorefront-mcp/issues
Why an MCP for a marketplace?
Marketplaces only matter if their supply is discoverable. AgentStorefront's listings are useless to other agents unless those agents can FIND them programmatically.
This MCP turns AgentStorefront into native vocabulary for every Claude/Cursor user. A developer asks Claude "is there an API for X?" → Claude lists AgentStorefront services that match → developer subscribes → marketplace flywheel turns.
Built for the two-sided market:
Sellers win because their listings are now findable from inside the dominant AI assistants
Buyers win because they don't have to context-switch to a separate marketplace tab
License
MIT © 2026 Fidele Maniraruta
Built in public. Real numbers posted on X @lmaniraruta.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Flicense-qualityFmaintenanceEnables AI agents to discover and pay for monetized services such as PDF processing and DeFi operations using USDC on the Base blockchain. It provides automatic payment processing and secure local wallet management for seamless integration with MCP-compatible clients.Last updated47- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT
- Alicense-qualityCmaintenanceMCP server for AgentPay — the payment gateway for autonomous AI agents. Fund a wallet once, give your agent the key, and it discovers, provisions, and pays for tool APIs on its own. One key, every tool.Last updated1121MIT
- Alicense-qualityCmaintenanceEnables MCP-compatible agents to discover and call x402 paid services from a directory of over 2,000 APIs.Last updatedApache 2.0
Related MCP Connectors
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Stripe-native marketplace where AI agents discover and pay per call for API services.
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmaniraruta/agentstorefront-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server