Community Contribution: AgentServices Action Provider
We built an AgentKit Action Provider for AgentServices — a platform of 50 API endpoints covering crypto data, market intelligence, on-chain analytics, and AI inference.
What we built
agentservices-action-provider/ in github.com/vbkotecha/aiservices-api
18 actions (6 free + 12 paid via x402):
| Action |
Type |
Price |
get_crypto_price |
Free |
— |
get_fear_greed |
Free |
— |
get_trending |
Free |
— |
get_news |
Free |
— |
get_gas |
Free |
— |
get_predictions |
Free |
— |
get_technical_indicators |
Paid |
$0.02 |
get_defi_yields |
Paid |
$0.02 |
get_research |
Paid |
$0.05 |
get_portfolio_intelligence |
Paid |
$0.10 |
get_market_pulse |
Paid |
$0.05 |
get_onchain_overview |
Paid |
$0.15 |
get_defi_strategy |
Paid |
$0.25 |
web_search |
Paid |
$0.01 |
get_url_metadata |
Paid |
$0.01 |
get_token_risk |
Paid |
$0.03 |
get_crypto_signals |
Paid |
$0.04 |
ai_inference |
Paid |
$0.03 |
How it works with AgentKit
from agentservices_action_provider import AgentServicesActionProvider
# Register as ActionProvider
provider = AgentServicesActionProvider()
# AgentKit agents with CDP wallets auto-pay via x402
# No API keys needed — payment is on-chain USDC
Why contribute to AgentKit ecosystem?
AgentKit agents need data to act on. Currently, x402ActionProvider exists for generic x402 calls, but there's no dedicated data provider. AgentServices fills that gap:
- Market data: prices, indicators, DeFi yields
- Intelligence: portfolio analysis, market pulse, on-chain analytics
- Inference: gpt-5.4/5.5 proxy
Proposal
- Feature AgentServices as a community action provider in AgentKit docs
- OR accept as a contributed example in the repo
- OR list in the AgentKit ecosystem page
The action provider code is MIT licensed and ready for review.
Links: Action Provider Code | agentservices.to | Full endpoint list
Community Contribution: AgentServices Action Provider
We built an AgentKit Action Provider for AgentServices — a platform of 50 API endpoints covering crypto data, market intelligence, on-chain analytics, and AI inference.
What we built
agentservices-action-provider/in github.com/vbkotecha/aiservices-api18 actions (6 free + 12 paid via x402):
get_crypto_priceget_fear_greedget_trendingget_newsget_gasget_predictionsget_technical_indicatorsget_defi_yieldsget_researchget_portfolio_intelligenceget_market_pulseget_onchain_overviewget_defi_strategyweb_searchget_url_metadataget_token_riskget_crypto_signalsai_inferenceHow it works with AgentKit
Why contribute to AgentKit ecosystem?
AgentKit agents need data to act on. Currently,
x402ActionProviderexists for generic x402 calls, but there's no dedicated data provider. AgentServices fills that gap:Proposal
The action provider code is MIT licensed and ready for review.
Links: Action Provider Code | agentservices.to | Full endpoint list