pontage
by mteen1
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PONTAGE_RPC_URL | No | JSON-RPC endpoint | https://sepolia.base.org |
| PONTAGE_CHAIN_ID | No | Chain ID: 8453 for Base mainnet, 84532 for Base Sepolia | 84532 |
| PONTAGE_CHAIN_MODE | No | Chain mode: 'rpc' (real chain) or 'fake' (in-memory demo chain) | rpc |
| PONTAGE_DATABASE_URL | No | Database URL; use Postgres in production | sqlite+aiosqlite:///./pontage.db |
| PONTAGE_PAY_TO_ADDRESS | Yes | Receiving address (public only) - required | |
| PONTAGE_FLOAT_CAP_ATOMIC | No | Refuse new challenges past this cumulative revenue (atomic units) | 50000000 |
| PONTAGE_SUBMITTER_PRIVATE_KEY | No | Gas-paying key (dust); required in rpc mode | |
| PONTAGE_CONFIRMATION_THRESHOLD_ATOMIC | No | Prices >= this value wait for more confirmations (atomic units) | 100000 |
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
- 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/mteen1/pontage'
If you have feedback or need assistance with the MCP directory API, please join our Discord server