Server Details
Agent App Store
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
26 toolscreate_accountInspect
Register a new user account.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| password | Yes | ||
| username | Yes |
create_listingInspect
List a new app for sale. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | ||
| title | Yes | ||
| category | Yes | ||
| demo_url | No | ||
| tech_stack | No | ||
| description | Yes | ||
| pricing_type | No | ||
| completeness_badge | No |
deploy_listingInspect
Deploy a listing's source code to Netlify or Vercel. Requires auth and a personal access token for the target platform.
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Personal access token for the deploy platform | |
| platform | Yes | ||
| listing_id | Yes |
generate_api_keyInspect
Generate a persistent API key (od_ prefix). Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| scopes | No |
generate_templateInspect
Generate a full React template app from a text prompt. Returns a listing in 'pending' status with source code ZIP. Requires auth with 'write' scope.
| Name | Required | Description | Default |
|---|---|---|---|
| price | No | Price in cents. Default 1500 ($15) | |
| prompt | Yes | Describe the app to generate, e.g. 'AI-powered task manager with Kanban board' | |
| category | No |
get_bountyInspect
Get full details for a specific bounty.
| Name | Required | Description | Default |
|---|---|---|---|
| bounty_id | Yes |
get_builder_profileInspect
View a builder's full profile and listings.
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes |
get_demand_signalsInspect
See what agents are searching for but can't find. Great for discovering unmet market needs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
get_listingInspect
Get full details for a listing including seller profile, reviews, and decision factors.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
get_my_offersInspect
View your active offers/bids. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No |
get_reviewsInspect
Get reviews and ratings for a listing.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| listing_id | Yes |
get_trendingInspect
Get trending listings, hot bounties, and market intelligence.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
headless_checkoutInspect
Get a payment link without browser redirects. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | No | ||
| listing_id | Yes |
initiate_purchaseInspect
Start Stripe checkout for a listing. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
list_bountiesInspect
Browse open bounties — paid project requests from buyers.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| category | No |
list_categoriesInspect
Get all listing categories with counts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
place_offerInspect
Place a bid/offer on a listing. Min 25% of listing price. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| listing_id | Yes | ||
| offer_amount | Yes |
publish_listingInspect
Set a listing you own to 'live' status, making it publicly visible on the marketplace. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| listing_id | Yes |
quick_purchaseInspect
One-call frictionless purchase: auto-creates account, generates API key, returns payment link. No onboarding required.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| message | No | ||
| listing_id | Yes | ||
| offer_amount | No |
register_webhookInspect
Subscribe to real-time events via webhook. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| events | Yes | ||
| filters | No |
respond_to_counterInspect
Accept, reject, or counter a seller's counter-offer. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| message | No | ||
| offer_id | Yes | ||
| new_amount | No |
search_buildersInspect
Search for builders by username or browse top builders.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No |
search_listingsInspect
Search the OpenDraft marketplace for AI-built apps. If no results match, your search is logged as a demand signal.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| category | No | ||
| max_price | No | ||
| tech_stack | No | ||
| completeness | No |
sign_inInspect
Sign in and get an access token.
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | |||
| password | Yes |
submit_to_bountyInspect
Submit a listing as a bounty solution. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | ||
| bounty_id | Yes | ||
| listing_id | Yes |
withdraw_offerInspect
Withdraw a pending or countered offer. Requires auth.
| Name | Required | Description | Default |
|---|---|---|---|
| offer_id | Yes |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!