TensorFeed-x402-Base-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| balanceA | Returns the native ETH balance of an address on Base mainnet. |
| usdc_balanceA | Returns the USDC balance of an address on Base mainnet (Circle native bridged USDC). |
| block_numberA | Returns the latest block number on Base mainnet. |
| get_tx_receiptA | Returns the receipt for a transaction on Base mainnet, including status, gas used, and a summary of emitted logs. |
| callA | Performs an eth_call against a contract on Base mainnet. Read-only; never broadcasts a transaction. |
| recent_transfersB | Returns USDC Transfer events involving the given address over the last N blocks on Base mainnet. Direction filter: in, out, or both. |
| verify_x402_settlementA | Given a tx hash, expected recipient, and expected USDC amount, returns a structured verdict on whether the on-chain USDC Transfer event actually matches the claimed settlement. Use to independently verify any x402 payment receipt. |
| parse_x402_manifestA | Fetches https://{domain}/.well-known/x402.json (or x402) and returns the structured manifest. Used to discover what an x402-paid publisher accepts (scheme, network, payTo, prices, paid endpoints). |
| usdc_recent_payments_toA | Returns USDC transfers TO the given address over the last N blocks on Base mainnet. A convenience wrapper for x402 merchants verifying incoming agent payments. |
| verify_afta_federationA | Calls TensorFeed's canonical AFTA certification endpoint for a domain. Returns a scored checklist of which Agent Fair-Trade Agreement tenets the domain's public surfaces satisfy. Read-only. |
| tf_payment_lookupA | On-chain lookup: was this transaction hash a USDC payment to TensorFeed's canonical payment wallet (0x549c82e6bFC54bdaE9A2073744CBC2AF5D1FC6D1) on Base mainnet? Returns structured details if yes. For credit attribution and endpoint mapping, the paying agent should call https://tensorfeed.ai/api/payment/history with its bearer token. |
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
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/RipperMercs/tensorfeed-x402-base-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server