From a curious idea
to your first news query.
A practical starting point for NewsAPI.ai. This guide connects you to the provider’s tools and documentation; your API account stays with NewsAPI.ai.
Start at the source.
Register on NewsAPI.ai to get your API key. You can explore this community site without an account; running queries requires a provider account.
Keep the key in your client’s configuration, an n8n credential, or a server environment variable. Do not commit a real key to GitHub or put it into browser-side application code.
Choose what you’re building.
Ask for something specific.
For an MCP assistant, start with a narrow topic and a recent time window. Here is an example prompt to adapt:
Find five recent articles about AI regulation from the past week. Summarize the main developments, include each source URL and publication date, and point out any conflicting reporting.
This is a prompt idea, not a live result. Inspect the returned articles before relying on the summary. A date, an original link, and a clear distinction between reporting and inference make the output more useful.
If your tools do not appear, check Node.js, the API key setting, and your client’s MCP logs against the official server README. For n8n, begin with a manual execution and inspect the HTTP Request node output.
Free to start. Clear about limits.
Your free plan includes 2,000 searches. Once they’re used, upgrade to a paid plan to keep going.
The MCP project describes this as a one-time allocation of 2,000 API tokens. These are NewsAPI.ai usage credits, separate from language-model tokens. Request type and pagination affect how much you use.
Review the official plan details and account usage before running repeated or scheduled queries. Registration, credit allocation, upgrades, and billing are managed by NewsAPI.ai.
Before you build.
Is this the official NewsAPI.ai website?
No. This is an independent community contribution with an original text identity. The API and official integrations belong to NewsAPI.ai / Event Registry. For product support and account questions, visit NewsAPI.ai.
What is free?
This community website and its MIT-licensed source code are free to use. NewsAPI.ai offers a one-time free allowance; continued API use after that requires a paid provider plan. Your assistant, model, or automation host may have separate costs.
Do I need a hosted MCP URL?
The setup featured here uses the official newsapi-mcp package as a local process launched by your MCP client. This community project does not operate an MCP service. Follow the provider’s documentation for supported connection methods.
Can I use this with an OpenRouter model?
You can build an application that retrieves news using the official tools and supplies it to a model. Model access and tool execution are configured in your application. We do not claim a published or verified OpenRouter integration.
How can I contribute?
Open a resource suggestion or pull request in our GitHub repository. Helpful contributions include official links, clearer setup notes, and reproducible examples with placeholder credentials.
Sources: official MCP README, n8n documentation, and NewsAPI.ai plans. References reviewed September 13, 2026.