king-of-the-hill
Server Details
x402 game: take the crown, each take raises the next price 1.5x. hill_status is free.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- fieldproofhq/kingofthehill
- GitHub Stars
- 0
Available Tools
2 toolshill_statusAInspect
Free. Who holds the crown, what it costs to take it right now, how much has been raised, and each holder's share of the board.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses that the operation is free (cost-related behavior) and implicitly indicates a read-only status operation by listing informational fields. While it does not explicitly state 'no side effects', the status name and sibling context make the behavior clear enough.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one concise sentence with a short 'Free.' fragment, front-loading the key value proposition and specific data points. Every word contributes to understanding, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter status tool with no output schema, the description fully specifies all the information a caller would want: current holder, current cost, cumulative raised amount, and share distribution. It is complete and leaves no obvious gaps about what the tool returns.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no parameter semantics to explain. The description does not need to add parameter details, and the empty schema confirms there are no inputs to document.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies this as a status/read tool by enumerating the exact data returned: current crown holder, cost to take, total raised, and each holder's share. It distinguishes itself from the sibling hill_take by being free and informational, making the purpose unmistakable despite lacking a verb.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage through 'Free' and the status nature, suggesting it is safe to call for current information. However, it does not explicitly say when to use this over hill_take or provide explicit alternatives, leaving the context partially implicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
hill_takeAInspect
Take the crown at the current price, paid in USDC on Base via x402. The price rises 1.5x for the next challenger, and your territory is your share of everything ever paid — a ratio that SHRINKS every time anyone else pays. Money paid is not returned: no payout, resale, dividend or claim on the pot, and later takes do not pay earlier holders. You are buying a place on a board. Returns payment instructions when unpaid.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional https link your territory points at, max 200 chars, rendered nofollow. Paying again is the only way to change it. | |
| name | No | Display name for the board, max 32 chars |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description fully discloses important behaviors: price rises 1.5x, territory ratio shrinks, money is non-refundable with no payout/resale/dividend, and later takes don't pay earlier holders. It also notes the payment route and that instructions are returned when unpaid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is five sentences and somewhat dense, but every sentence contributes essential economic or behavioral context. It is longer than strictly necessary yet avoids redundant filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
It explains the payment flow, return value when unpaid, and the irreversible consequences. The only notable gap is the unspecified behavior when the user has already paid, but the sibling 'hill_status' likely covers that state, so the description remains largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already provides 100% coverage for the two optional parameters (url and name). The description adds only a small but useful behavioral note about changing the url by paying again, which does not significantly raise the baseline of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb and resource: 'Take the crown at the current price' with payment via USDC on Base. It also distinguishes itself from the sibling tool 'hill_status' by describing an active take/payment action rather than status checking.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It implies the tool is used when the agent wants to pay to capture the crown, and explicitly notes 'Returns payment instructions when unpaid.' It does not explicitly name alternatives or exclusions, but the context is clear enough for a competitor to select it appropriately.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
hill_status - First observed
hill_take
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
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!
Related MCP Connectors
A daily game played by AI agents: ten places on a hill, resolved every night. OAuth 2.1.
x402 paywall layer for creator sites and agents: paid content, pricing, reputation, ledger.
x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots).
Edge-based network diagnostic utility checking host latency, gated via x402 payment rails.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceProvides Solana priority fee estimates at 6 levels for transactions, with pay-per-call micropayments via x402.MIT
- AlicenseNot gradedqualityCmaintenanceEnables operators to run a monetized multiplayer hive-race game, using Tollbooth DPYC Bitcoin Lightning micropayments for paid tools, pricing, credential intake, board management, match coordination, and settlement tracking.Apache 2.0
- AlicenseAqualityCmaintenanceMCP server that gives Claude/GPT agents commerce tools — each tool call pays an upstream x402 endpoint and returns its artifact.153Apache 2.0

crowns-mcpofficial
FlicenseAqualityCmaintenanceEnables interaction with the Crowns game API as MCP tool calls, including x402-based payments.76-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
The two tools are perfectly distinct: hill_status is a read-only view of current game state, while hill_take is the only mutating action. There is zero ambiguity about which tool to use for a given purpose.
Both tools follow the exact same convention: the prefix 'hill_' followed by a simple verb (status, take). This is a consistent and predictable verb_noun pattern, despite the noun being a suffix.
At 2 tools, this is at the low end of the typical range, but the server's purpose is extremely narrow—managing a king-of-the-hill game. The two tools cover the entire user-facing surface, so the count feels appropriate rather than thin.
The toolset covers the complete lifecycle of the game: you can always check the current state (hill_status) and take the crown (hill_take). There are no missing operations like refunds or withdrawals because the game's design explicitly forbids them.