← Registry

Data Collection

awesomeindie.com

Searches and retrieves information about indie/micro-startup products, including launches, rankings, and categories.

1 endpoint9 known toolsFirst detected September 1, 2026Last detected September 1, 2026

ENDPOINT 1

https://awesomeindie.com/api/mcp

No auth detected

MCP server metadata

Name
awesomeindie
Version
1.0.0
Capabilities
tools.listChangedresources.listChangedprompts.listChanged
Server instructions

Awesome Indie (https://awesomeindie.com) is a directory of indie and micro-startup products: daily launches, period rankings, maker profiles and a community feed. Anonymous connections get the discovery tools. Connecting with OAuth (any Awesome Indie account) unlocks the maker tools: submitting and updating products, launch status, per-product stats, the comment inbox and draft writing. There is intentionally no upvote tool — votes cast by agents would be ranking manipulation — and posts and articles can only be drafted here, never published. The payment tools (Skip the Line launches, Pro) never charge anything: they return a hosted checkout URL for the user to open and pay in a browser.

Known tools 9

search_products

Search the Awesome Indie directory of launched indie/micro-startup products by keywords.

Inferred read-only
get_product

Fetch one product listing by its slug: tagline, description, maker, categories, upvotes and launch date.

Inferred read-only
get_todays_launches

The products launching on Awesome Indie today (UTC), in ranking order.

Inferred read-only
get_top_products

The ranked products for a period.

Inferred read-only
list_categories

Every product category in the directory, most-populated first.

Inferred read-only
get_maker

A maker profile by username: bio, links, streak, followers and their launched products.

Inferred read-only
get_launch_availability

When a product submitted today would launch: the free-queue window, and the paid "Skip the Line" slots that let a launch be booked for a specific day.

Inferred read-only
get_community_posts

The most recent posts from the Awesome Indie community feed.

Inferred read-only
get_article

Read one community article (markdown body) by its author username and article slug.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.awesomeindie]
url = "https://awesomeindie.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "awesomeindie": {
      "type": "http",
      "url": "https://awesomeindie.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: awesomeindie
Remote MCP URL: https://awesomeindie.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "awesomeindie": {
      "url": "https://awesomeindie.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "awesomeindie": {
      "type": "http",
      "url": "https://awesomeindie.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "awesomeindie",
  "transport": "streamable-http",
  "url": "https://awesomeindie.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.