Skip to content

innomon/kcc-fetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch KCC Data Locally queries & answers

The motivation for this micro project is to experiment with MCP Server. However, here only data is fetched, for more info on configuring sqlite as a MCP Server see:

From the project root:
go build kcc

Get your API Key by login to data.gov.in

export DATA_GOV_API_KEY=<Your API Key Here>
./kcc fetch  -batch 2000 -year 2025 -backoff 5000  -retries 11

There are lot of duplicate records, this utility also de-duplicates the data.

To export the data to dolt

./kcc export --sqlite kcc_data-28jul2025.db --dolt . --table kcc_transcripts

About

Fetch KCC (Kisan Call Center) data from data.gov.in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages