MCP Hackathon submission: GasPulse (visioneer-gaspulse) - #35
MCP Hackathon submission: GasPulse (visioneer-gaspulse)#35muhammad-wei wants to merge 3 commits into
Conversation
Ethereum address gas-consumption trend and activity-score API for trading agents, deployed at https://api.gaspulse.win. Review commit 0b5562319a3e1e96adeef5e1231bd4cbd2dd3030, verified live: health check and deployment proof both bound to that commit, capability tested against real Etherscan data, offline and --online validate:submission both pass. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012SF7wRZMuBk8ihrx4xrgYe
gaspulse's fastify dependency was upgraded from 4.29.1 to 5.12.1 to clear four high-severity advisories (npm audit --omit=dev now reports 0 vulnerabilities). Redeployed and re-verified live before updating this PR: /health and /.well-known/xagent-verification.json both confirmed returning the new commit prior to this push, per the redeploy protocol. Offline and --online validate:submission both pass against the new commit. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012SF7wRZMuBk8ihrx4xrgYe
Submission received: GasPulseThank you for submitting to the current X-Agent MCP Hackathon. We have received this PR and can see the source files included under This confirms receipt only. It does not mean the entry has passed eligibility checks, technical review, judging, or been selected for an award. Passing automated checks or a future merge for archival purposes does not, by itself, mean any of those decisions have been made. Source retention: As required by the submission instructions, the complete source for the submitted capability must be included in this repository, with the dependency files and instructions needed to reproduce it. An external repository link alone is not sufficient. This allows X-Agent to retain the submitted version even if the original repository later becomes unavailable. Please exclude secrets, credentials, and private user data, and clearly document any external or private services the project depends on. Current check failure: We confirmed that the repository's workflow stops before the submission validator runs. This requires a workflow fix on our side; it is not a rejection of your entry or evidence that your project failed review. Official validation has not yet completed, and you do not need to change your project to resolve this particular workflow error. One documentation update: The PR description still lists review commit Please keep any updates in this PR while submissions remain open. Final review results and awards will be announced separately through the official event channels. |
Re-vendors source/ from commit f1edc68 (adds the free gas-price endpoint alongside the existing paid activity endpoint), bumps reviewCommit across submission.json/SUBMISSION.md/verification/README.md, and documents the new endpoint with a verified live example. Redeploy protocol followed: pushed to gaspulse, deployed, verified both live proof endpoints match, then updated this submission. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012SF7wRZMuBk8ihrx4xrgYe
Submission received — #35Thank you for submitting to the current X-Agent MCP Hackathon. We have received your pull request. This is a receipt only. It does not confirm eligibility, completeness, technical approval, a judging result, or an award. Passing automated checks or merging code for archival purposes does not, by itself, mean the entry has passed review or won a prize. Please include the complete source for the submitted capability in this repository under The automated checks report technical checks separately. A workflow failure is not a judging decision. Keep updates in this PR while submissions remain open, and keep the documented source version and deployment evidence consistent. See the submission instructions. Final review results and awards will be announced separately through the official event channels. |
|
We retriggered the official validation using the current review path. The run confirmed that this PR is still affected by a repository-side issue: its stored base commit predates the current validation script, so the job stops before inspecting the submission. The repository fix is now under review in #51. No participant code change is required for this specific failure. We will run the current validator again after that fix is available. This failed workflow is not an eligibility, technical-review, judging, or award decision. |
X-Agent MCP Hackathon submission
submissions/mcp-hackathon/visioneer-gaspulse/f1edc68641d5bee0f6c8a72f11abc75bfa837c75GasPulse — given an Ethereum mainnet address, returns a recent gas-consumption trend and a
deterministic 0–100 activity/liveliness score (recency, frequency, consistency of transactions),
so a trading agent can quickly gauge how active an address currently is. Deliberately not a
risk/fraud/compliance signal — see
SUBMISSION.md's Capability boundary. Also ships a second,free endpoint,
GET /v1/gas/current, returning the current network-wide Ethereum gas price(no address, no auth) — added post-open as a no-cost entry point for agents to try the service.
Submitter confirmation
source/contains the complete review source and no secrets or private data.RIGHTS.mdidentifies the submitter, third-party licenses, and archive authorization./.well-known/xagent-verification.jsonreports the same slug and commit.Reviewer notes
🤖 Generated with Claude Code
https://claude.ai/code/session_012SF7wRZMuBk8ihrx4xrgYe