{"schema_version":"1.0","provider":"NeuroDynamic.Tech","homepage":"https://x402.neurodynamic.tech/","pricing_note":"Introductory pricing for early access. No subscription. Review the current price and service limits before authorising each new payment.","description":"Audio and uncensored LLM services for agents, applications and automation. Pay per request with x402 v2 and USDC on Base.","mcp_client":{"transport":"stdio","hosted_endpoint":false,"url":"https://neurodynamic.tech/dl/integrations/neurodynamic-mcp-1.0.0.zip","sha256_url":"https://neurodynamic.tech/dl/integrations/neurodynamic-mcp-1.0.0.zip.sha256","instructions":"https://x402.neurodynamic.tech/integrations/mcp","installer_url":"https://neurodynamic.tech/dl/integrations/neurodynamic_mcp-1.0.0-py3-none-any.whl","installer_sha256_url":"https://neurodynamic.tech/dl/integrations/neurodynamic_mcp-1.0.0-py3-none-any.whl.sha256","registry_status":"Direct website distribution; not listed on PyPI or the official MCP registry","description":"Local MCP adapter: free discovery and quotes; optional explicit Base USDC purchases for narration, transcription and LLMs, with owner-configured wallet, cumulative cap and durable recovery. Cloning discovery only; use its separate approved-account workflow."},"integration_starter":{"url":"https://neurodynamic.tech/integrations/audio-starter-v2-20260910.zip","sha256_url":"https://neurodynamic.tech/integrations/audio-starter-v2-20260910.zip.sha256","description":"Python examples with free quote validation, explicit payment and durable recovery. Optional local rolling daily budget; obtain user authority before spending."},"support":"https://neurodynamic.tech/contact","agent_instructions":"https://api.neurodynamic.tech/llms.txt","discovery":{"x402scan":"https://www.x402scan.com/server/860664bf-6fd7-4821-bcb3-670f32e4cfef","bazaar_search":"https://api.cdp.coinbase.com/platform/v2/x402/discovery/search?urlSubstring=api.neurodynamic.tech&limit=20","notice":"This catalogue and llms.txt are convenience conventions, not a universal agent protocol. No hosted MCP or A2A endpoint is advertised."},"services":[{"id":"abliterated-text","name":"Abliterated Model — uncensored text LLM","status":"live_beta","keywords":["LLM","text generation","uncensored","abliterated","chat","writing"],"endpoint":"https://api.neurodynamic.tech/v1/llm/abliterated/completions","method":"POST","price":{"amount":"0.020","currency":"USDC","network":"eip155:8453","billing_unit":"one text request"},"instructions":"https://api.neurodynamic.tech/llm","model_catalogue":"https://api.neurodynamic.tech/v1/llm/models","openapi":"https://api.neurodynamic.tech/v1/llm/openapi.json","privacy":"https://api.neurodynamic.tech/v1/llm/privacy","terms":"https://api.neurodynamic.tech/v1/llm/terms","limits":{"input_utf8_bytes":2000,"output_tokens":512},"local_content_retention":"none after processing; metadata retained","third_party_processing":true,"minimum_age":18},{"id":"abliterated-large-text","name":"Abliterated Model Large — uncensored text LLM","status":"live_beta","keywords":["LLM","text generation","uncensored","abliterated","reasoning","writing"],"endpoint":"https://api.neurodynamic.tech/v1/llm/abliterated-large/completions","method":"POST","price":{"amount":"0.035","currency":"USDC","network":"eip155:8453","billing_unit":"one text request"},"instructions":"https://api.neurodynamic.tech/llm","model_catalogue":"https://api.neurodynamic.tech/v1/llm/models","openapi":"https://api.neurodynamic.tech/v1/llm/openapi.json","privacy":"https://api.neurodynamic.tech/v1/llm/privacy","terms":"https://api.neurodynamic.tech/v1/llm/terms","limits":{"input_utf8_bytes":2000,"output_tokens":512},"local_content_retention":"none after processing; metadata retained","third_party_processing":true,"minimum_age":18},{"id":"catalogue-narration","name":"Catalogue narration — seven ready-to-use voices","status":"live","endpoint":"https://api.neurodynamic.tech/v1/audio/speech","method":"POST","input_content_type":"application/json","output_content_type":"audio/mpeg","price":{"phase":"introductory","amount":"0.005","currency":"USDC","network":"eip155:8453","billing_unit":"one recording up to 1,000 characters"},"authentication":"x402 payment only; no account or voice approval","human_approval_required":false,"limits":{"text_characters":1000,"audio_seconds":120,"audio_bytes":2097152},"voice_catalogue":"https://api.neurodynamic.tech/v1/audio/voices","openapi":"https://api.neurodynamic.tech/v1/audio/narration/openapi.json","instructions":"https://api.neurodynamic.tech/narration","client_example":"https://api.neurodynamic.tech/v1/audio/narration/client.py","first_step":"Choose a free catalogue voice, obtain a free 402 quote, then send JSON input and a locally signed proof. Preserve the exact request and proof for retry."},{"id":"whisper-transcription","name":"Whisper audio transcription","status":"live","keywords":["speech to text","audio transcription","Whisper","dictation","voice notes"],"endpoint":"https://api.neurodynamic.tech/v1/audio/transcriptions","method":"POST","input_content_type":"multipart/form-data","output_content_type":"application/json","price":{"phase":"introductory","amount":"0.01","currency":"USDC","network":"eip155:8453","billing_unit":"one clip up to 60 seconds"},"authentication":"x402 payment; no requester account needed","limits":{"audio_seconds":60,"audio_bytes":12582912,"formats":["wav","mp3","flac","ogg"]},"openapi":"https://api.neurodynamic.tech/openapi.json","instructions":"https://api.neurodynamic.tech/docs","pricing_and_recovery":"https://api.neurodynamic.tech/pricing","first_step":"POST without PAYMENT-SIGNATURE to obtain a free 402 challenge. Sign locally, then send file and payment proof. Preserve both for retry."},{"id":"consented-voice-cloning","name":"Private voice cloning and text to speech","status":"live_for_approved_requesters","keywords":["voice cloning","text to speech","Chatterbox","narration","authorized voice"],"endpoint":"https://api.neurodynamic.tech/v1/audio/cloning/result","method":"POST","input_content_type":"application/json","output_content_type":"audio/wav","price":{"phase":"introductory","amount":"0.01","currency":"USDC","network":"eip155:8453","billing_unit":"one completed recording up to 1,000 input characters"},"authentication":"Approved requester bearer credential plus x402 payment when the job is ready","tiers":{"short":{"amount":"0.01","text_characters":1000},"long":{"amount":"0.05","text_characters":12000,"words":2000,"output_seconds":1200}},"tier_selection":"Send tier=long to /v1/audio/jobs for long narration; omitted tier defaults to short","human_approval_required":true,"openapi":"https://api.neurodynamic.tech/v1/audio/cloning/openapi.json","instructions":"https://api.neurodynamic.tech/cloning","capabilities":"https://api.neurodynamic.tech/v1/audio/cloning/capabilities","client_example":"https://api.neurodynamic.tech/v1/audio/cloning/client.py","first_step":"Read the workflow, obtain a requester account and consent-reviewed voice ID. Submit and poll without payment; sign only when ready.","limitations":["Capacity-limited queue; no exact start-time guarantee","Approximate similarity and accent; no guaranteed identity or accent reproduction","Private voice IDs are separate from the ready-to-use narration catalogue"]}]}