@junct/pyth-hermes
v0.1.0
Published
pyth-hermes tools for AI agents — 11 tools, MCP + OpenAI compatible. Generated by Junct.
Maintainers
Readme
@junct/pyth-hermes
pyth-hermes tools for AI agents — 11 tools
Generated by Junct. oracle domain.
Install
npm install @junct/pyth-hermesUsage — OpenAI
import { tools } from '@junct/pyth-hermes';
import OpenAI from 'openai';
const client = new OpenAI();
const response = await client.chat.completions.create({
model: 'gpt-4o',
messages: [{ role: 'user', content: 'Query pyth-hermes' }],
tools,
});Usage — MCP (Claude Desktop / Cursor)
Add to your MCP config:
{
"mcpServers": {
"pyth-hermes": {
"url": "https://pyth-hermes.mcp.junct.dev/mcp",
"transport": "streamable-http"
}
}
}Usage — Direct Call
import { callTool } from '@junct/pyth-hermes';
const result = await callTool('get_price_feed', {});
console.log(result);Tools (11)
get_price_feed— [Deprecated] Deprecated: use /v2/updates/price/{publish_time} instead — **Deget_vaa— [Deprecated] Deprecated: use /v2/updates/price/{publish_time} instead — **Deget_vaa_ccip— [Deprecated] Deprecated: use /v2/updates/price/{publish_time} instead — **Delatest_price_feeds— [Deprecated] Deprecated: use /v2/updates/price/latest instead — **Deprecatedlatest_vaas— [Deprecated] Deprecated: use /v2/updates/price/latest instead — **Deprecatedprice_feed_ids— [Deprecated] Deprecated: use /v2/price_feeds instead — **Deprecated: use /v2price_feeds_metadata— Get the set of price feeds. — Get the set of price feeds.
This endpoint fetches
latest_price_updates— Get the latest price updates by price feed id. — Get the latest price updates byprice_stream_sse_handler— SSE route handler for streaming price updates. — SSE route handler for streamingtimestamp_price_updates— Get the latest price updates by price feed id. — Get the latest price updates bylatest_publisher_stake_caps— Get the most recent publisher stake caps update data. Returns: { binary: { data:
Links
- Server: https://pyth-hermes.mcp.junct.dev/mcp
- Dashboard: https://junct.dev/servers/pyth-hermes
- All servers: https://junct.dev/servers
