ilystics-mcp
Vibe Springs โ Hosted MCP Server
Pay-per-use data & intelligence tools for AI agents. No API keys, no accounts โ paid tools settle per call in USDC on Base via the x402 protocol.
This repository is the public manifest for the hosted Vibe Springs MCP server. The server runs at
https://vibesprings.net/mcpโ there is nothing to install or build. Connect directly over Streamable HTTP.
๐ Endpoint:
https://vibesprings.net/mcp(Streamable HTTP, stateless)๐งฐ 22 tools โ 2 free, 20 pay-per-call
๐ธ Payment: x402 on Base mainnet (USDC), signed per call by the agent's own wallet
๐ Docs: https://vibesprings.net/for-agents ยท Catalog: https://vibesprings.net/api/catalog
๐ฉบ Health: https://vibesprings.net/api/health ยท Status: https://vibesprings.net/status
Connect
Claude Code
claude mcp add -t http vibesprings https://vibesprings.net/mcpClaude Desktop / Cursor (config)
{
"mcpServers": {
"vibesprings": {
"type": "http",
"url": "https://vibesprings.net/mcp"
}
}
}No credentials are required to connect. Free tools work immediately; paid tools return their payment requirements on the first call (see Paying below).
Related MCP server: Yantrix MCP
Tools
Free
Tool | Description |
| Service health, upstream probes, facilitator reachability, 7-day reliability. |
| Search the full catalog of 49 x402 endpoints by keyword, category, or max price. |
Weather & environment
Tool | Price | Description |
| $0.002 | Up to 16-day weather forecast for any location. |
| $0.002 | Historical daily weather worldwide. |
| $0.05 | Outdoor delay/disruption risk score (weather + soil trafficability), US. |
| $0.002 | Demo of delay-risk on 5 fixed US locations. |
Finance
Tool | Price | Description |
| $0.002 | Live & historical fiat FX rates (30+ currencies). |
| $0.002 | Convert any amount between 30+ fiat currencies. |
| $0.005 | Live crypto prices, market caps, volume, changes. |
| $0.008 | Aggregated crypto news with sentiment and clustering. |
| $0.03 | Cross-protocol DeFi yield scanner (100+ protocols). |
On-chain
Tool | Price | Description |
| $0.001 | Gas oracle for Base, Ethereum, Arbitrum, Optimism. |
| $0.02 | Wallet profiling: balances, tokens, activity, behavior tags. |
| $0.03 | On-chain due-diligence report (6+ risk signals). |
Composite (one call, many sources)
Tool | Price | Description |
| $0.02 | Crypto + FX + gas + DeFi yields in a single call. |
| $0.02 | Forecast + air quality + holidays + FX for any city. |
Standing loops (monitoring)
Tool | Price | Description |
| $0.01 | Register a price/gas/weather/wallet/endpoint watch condition. |
| $0.008 | Check one watch condition against your baseline. |
| $0.02 | Check up to 5 watches in one call. |
Merchant intelligence (for x402 sellers)
Tool | Price | Description |
| $0.05 | Historical metrics & pricing momentum for a Bazaar tag. |
| $0.10 | Closest competitor listings by tag/semantic overlap + your rank. |
| $0.20 | AEO/GEO auditor for any x402 endpoint's agent-discoverability. |
Live, always-accurate tool metadata: https://vibesprings.net/.well-known/mcp/server-card.json
Paying (x402 over MCP)
Paid tools implement a two-step handshake so the agent stays in control of its wallet:
Call the tool without
payment_signatureโ the response is a structuredpayment_requiredobject with the exact x402 requirements (price,payTo, asset, nonce).Sign the exact-scheme EIP-712 USDC authorization with your wallet (
@x402/fetchfor TS,x402for Python handle this), then call the tool again with the base64 token in thepayment_signatureargument.
Cheapest way to test the full flow end-to-end: get_delay_risk_demo ($0.002).
Network: Base mainnet (
eip155:8453)Asset: USDC (
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
Links
Website: https://vibesprings.net
Agent onboarding: https://vibesprings.net/for-agents
Machine catalog: https://vibesprings.net/api/catalog
llms.txt: https://vibesprings.net/llms.txtagents.txt: https://vibesprings.net/agents.txt
Provider: Ilyistics LLC ยท Contact: support@vibesprings.net
License
Documentation in this repository is released under the MIT License. The Vibe Springs service and its implementation are proprietary and not included here.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/chrispy90/vibesprings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server