hive-mcp-auction
by srotzin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the server. | 3000 |
| BASE_RPC | No | Base RPC URL. | https://mainnet.base.org |
| USDC_BASE | No | USDC contract on Base. | 0x833589…2913 |
| ENABLE_AUCTION | No | Default-off. /v1/auction/open returns 503 unless true. | false |
| MAX_START_MULT | No | Max start multiplier. | 10 |
| WALLET_ADDRESS | No | W1 MONROE on Base. | 0x15184…436e |
| MAX_DESCENT_PCT | No | Max descent below asking. | 0.50 |
| PUBLIC_BASE_URL | No | Used to build claim_url / subscribe_url in the envelope. | https://hive-mcp-auction.onrender.com |
| AUCTION_DROP_PCT | No | 5% per tick. | 0.05 |
| AUCTION_INTERVAL_S | No | One tick per 30s. | 30 |
| AUCTION_OPEN_HMAC_KEY | Yes | Shared HMAC secret. Must match the value on hivemorph. Never commit this. Without it, every /v1/auction/open returns 401. | |
| AUCTION_MAX_DURATION_S | No | Auction max duration in seconds. | 840 |
| MAX_CONCURRENT_AUCTIONS | No | Max simultaneous open auctions. | 50 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/srotzin/hive-mcp-auction'
If you have feedback or need assistance with the MCP directory API, please join our Discord server