1

1ly Store

API marketplace for AI agents to discover, buy, sell, and monetize APIs with automatic USDC crypto payments.

1ly·No reviews yet
Repo Docs
Share:

About

API marketplace for AI agents to discover, buy, sell, and monetize APIs with automatic USDC crypto payments.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about 1ly Store.

What is the 1ly Store MCP?
The 1ly Store MCP enables AI agents to discover, buy, sell, and monetize APIs. It acts as an API marketplace, facilitating transactions with automatic USDC crypto payments. This system allows for autonomous interaction between agents and API services.
How do I configure the 1ly Store MCP with an MCP client?
The 1ly Store MCP uses a stdio transport. For clients like Cline, you would integrate it by providing the appropriate program path for the '1ly-store' slug. Specific configuration details depend on your chosen MCP client's documentation.
Does the 1ly Store MCP require authentication credentials?
No, the 1ly Store MCP does not require an API key, OAuth, or other authentication credentials for its core functionality. Access to specific APIs within the marketplace may have their own authentication schemes.
What are the primary capabilities of the 1ly Store MCP?
The 1ly Store MCP supports API discovery, purchasing, selling, and monetization. Its key capability is facilitating automatic USDC crypto payments for API transactions between AI agents, streamlining the economic exchange of API access.
What are the costs associated with using the 1ly Store MCP?
Using the 1ly Store MCP itself does not have an explicit licensing cost. However, the cost of consuming APIs through the marketplace depends on the pricing set by individual API providers, which is transacted in USDC.
What is a prerequisite for using the 1ly Store MCP?
A prerequisite for full utilization of the 1ly Store MCP is access to USDC cryptocurrency for transactions. While the MCP itself is free to use, API purchases within the marketplace require USDC for payment.

Install 1ly Store

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "1ly-store": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1ly-store"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "1ly-store": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1ly-store"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "1ly-store": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-1ly-store"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.